Color Hex Logo

#c5c204 Color Hex

#C5C204
(197,194,4)
0 Favorites   0 Comments

Color spaces of #c5c204

RGB 1971944
HSL0.160.960.39
HSV59°98°77°
CMYK 0.000.020.98   0.23
XYZ42.339750.46277.6236
Yxy50.46270.42160.5025
Hunter Lab71.0371-17.924943.3631
CIE-Lab76.3524-16.208676.7961

#c5c204 color RGB value is (197,194,4).

#c5c204 hex color red value is 197, green value is 194 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c5c204 hue: 0.16 , saturation: 0.96 and the lightness value of c5c204 is 0.39.

The process color (four color CMYK) of #c5c204 color hex is 0.00, 0.02, 0.98, 0.23. Web safe color of #c5c204 is #cccc00. Color #c5c204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000010 00000100
Octal 305 302 4
Decimal 197 194 4
Hex C5 C2 4

RGB Percentages of Color #c5c204

%49.87
%49.11
%1.01

CMYK Percentages of Color #c5c204

%0
%2
%98
%23

Triadic Colors of #c5c204

#c5c204 #04c5c2 #c204c5

Analogous Colors of #c5c204

#c5c204 #68c504 #c56204

Monochromatic Colors of #c5c204

#c5c204

Complementary Color

#c5c204 #0407c5

#c5c204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c204 Color CSS Codes

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

#c5c204 Text Font Color

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

This sample text font color is #c5c204
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.


#c5c204 Background Color

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

This div background color is #c5c204


#c5c204 Border Color

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

This div border color is #c5c204


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,194,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5c204; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5c204;
  -webkit-box-shadow: 1px 1px 3px 2px #c5c204;
  box-shadow:         1px 1px 3px 2px #c5c204; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c204


Comments

No comments written yet.

Please login to write comment.