Color Hex Logo

#c9d60b Color Hex

#C9D60B
(201,214,11)
0 Favorites   0 Comments

Color spaces of #c9d60b

RGB 20121411
HSL0.180.900.44
HSV64°95°84°
CMYK 0.060.000.95   0.16
XYZ48.194460.53489.4609
Yxy60.53480.40780.5122
Hunter Lab77.8041-25.588547.2533
CIE-Lab82.1280-24.256680.6025

#c9d60b color RGB value is (201,214,11).

#c9d60b hex color red value is 201, green value is 214 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c9d60b hue: 0.18 , saturation: 0.90 and the lightness value of c9d60b is 0.44.

The process color (four color CMYK) of #c9d60b color hex is 0.06, 0.00, 0.95, 0.16. Web safe color of #c9d60b is #cccc00. Color #c9d60b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11010110 00001011
Octal 311 326 13
Decimal 201 214 11
Hex C9 D6 B

RGB Percentages of Color #c9d60b

%47.18
%50.23
%2.58

CMYK Percentages of Color #c9d60b

%6
%0
%95
%16

Triadic Colors of #c9d60b

#c9d60b #0bc9d6 #d60bc9

Analogous Colors of #c9d60b

#c9d60b #63d60b #d67e0b

Monochromatic Colors of #c9d60b

#c9d60b

Complementary Color

#c9d60b #180bd6

#c9d60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9d60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9d60b Color CSS Codes

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

#c9d60b Text Font Color

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

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


#c9d60b Background Color

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

This div background color is #c9d60b


#c9d60b Border Color

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

This div border color is #c9d60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9d60b


Comments

No comments written yet.

Please login to write comment.