color codes Logo

#c7c430 color codes

#C7C430
(199,196,48)
0 Favorites   0 Comments

Color spaces of #c7c430

RGB 19919648
HSL0.160.610.48
HSV59°76°78°
CMYK 0.000.020.76   0.22
XYZ43.826651.835410.4916
Yxy51.83540.41290.4883
Hunter Lab71.9968-17.336141.7578
CIE-Lab77.1823-15.367168.9688

#c7c430 color RGB value is (199,196,48).

#c7c430 hex color red value is 199, green value is 196 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c7c430 hue: 0.16 , saturation: 0.61 and the lightness value of c7c430 is 0.48.

The process color (four color CMYK) of #c7c430 color code is 0.00, 0.02, 0.76, 0.22. Web safe color of #c7c430 is #cccc33. Color #c7c430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11000100 00110000
Octal 307 304 60
Decimal 199 196 48
Hex C7 C4 30

RGB Percentages of Color #c7c430

%44.92
%44.24
%10.84

CMYK Percentages of Color #c7c430

%0
%2
%76
%22

Triadic Colors of #c7c430

#c7c430 #30c7c4 #c430c7

Analogous Colors of #c7c430

#c7c430 #7fc730 #c77930

Monochromatic Colors of #c7c430

#c7c430

Complementary Color

#c7c430 #3033c7

#c7c430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c430 Color CSS Codes

.mybgcolor {background-color:#c7c430; } 
.myforecolor {color:#c7c430; }
.mybordercolor {border:3px solid #c7c430; }

#c7c430 Text Font Color

<p style="color:#c7c430">Text here</p>

This sample text font color is #c7c430
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c7c430 Background Color

<div style="background-color:#c7c430">
Div content here</div>

This div background color is #c7c430


#c7c430 Border Color

<div style="border:3px solid #c7c430">
Div here</div>

This div border color is #c7c430


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,196,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7c430; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7c430;
  -webkit-box-shadow: 1px 1px 3px 2px #c7c430;
  box-shadow:         1px 1px 3px 2px #c7c430; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,196,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c7c430">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c7c430;
  -webkit-box-shadow: 1px 1px 3px 2px #c7c430;
  box-shadow:         1px 1px 3px 2px #c7c430;">
Div content here</div>

This div box has shadow with color #c7c430


Comments

No comments written yet.

Please login to write comment.