Color Hex Logo

#c9d342 Color Hex

#C9D342
(201,211,66)
0 Favorites   0 Comments

Color spaces of #c9d342

RGB 20121166
HSL0.180.620.54
HSV64°69°83°
CMYK 0.050.000.69   0.17
XYZ48.365059.399414.0704
Yxy59.39940.39700.4875
Hunter Lab77.0710-22.858743.1255
CIE-Lab81.5106-21.125667.0076

#c9d342 color RGB value is (201,211,66).

#c9d342 hex color red value is 201, green value is 211 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c9d342 hue: 0.18 , saturation: 0.62 and the lightness value of c9d342 is 0.54.

The process color (four color CMYK) of #c9d342 color hex is 0.05, 0.00, 0.69, 0.17. Web safe color of #c9d342 is #cccc33. Color #c9d342 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11010011 01000010
Octal 311 323 102
Decimal 201 211 66
Hex C9 D3 42

RGB Percentages of Color #c9d342

%42.05
%44.14
%13.81

CMYK Percentages of Color #c9d342

%5
%0
%69
%17

Triadic Colors of #c9d342

#c9d342 #42c9d3 #d342c9

Analogous Colors of #c9d342

#c9d342 #81d342 #d39542

Monochromatic Colors of #c9d342

#c9d342

Complementary Color

#c9d342 #4c42d3

#c9d342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9d342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9d342 Color CSS Codes

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

#c9d342 Text Font Color

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

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


#c9d342 Background Color

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

This div background color is #c9d342


#c9d342 Border Color

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

This div border color is #c9d342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9d342


Comments

No comments written yet.

Please login to write comment.