Color Hex Logo

#c5c900 Color Hex

#C5C900
(197,201,0)
0 Favorites   0 Comments

Color spaces of #c5c900

RGB 1972010
HSL0.171.000.39
HSV61°100°79°
CMYK 0.020.001.00   0.21
XYZ43.912653.64368.0398
Yxy53.64360.41590.5080
Hunter Lab73.2418-21.152344.7610
CIE-Lab78.2535-19.731678.6002

#c5c900 color RGB value is (197,201,0).

#c5c900 hex color red value is 197, green value is 201 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #c5c900 hue: 0.17 , saturation: 1.00 and the lightness value of c5c900 is 0.39.

The process color (four color CMYK) of #c5c900 color hex is 0.02, 0.00, 1.00, 0.21. Web safe color of #c5c900 is #cccc00. Color #c5c900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001001 00000000
Octal 305 311 0
Decimal 197 201 0
Hex C5 C9 0

RGB Percentages of Color #c5c900

%49.50
%50.50
%0.00

CMYK Percentages of Color #c5c900

%2
%0
%100
%21

Triadic Colors of #c5c900

#c5c900 #00c5c9 #c900c5

Analogous Colors of #c5c900

#c5c900 #61c900 #c96900

Monochromatic Colors of #c5c900

#c5c900

Complementary Color

#c5c900 #0400c9

#c5c900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c900 Color CSS Codes

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

#c5c900 Text Font Color

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

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


#c5c900 Background Color

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

This div background color is #c5c900


#c5c900 Border Color

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

This div border color is #c5c900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c900


Comments

No comments written yet.

Please login to write comment.