Color Hex Logo

#c9d95d Color Hex

#C9D95D
(201,217,93)
0 Favorites   0 Comments

Color spaces of #c9d95d

RGB 20121793
HSL0.190.620.61
HSV68°57°85°
CMYK 0.070.000.57   0.15
XYZ50.876062.833519.8026
Yxy62.83350.38110.4706
Hunter Lab79.2676-24.152340.6755
CIE-Lab83.3547-22.282257.9871

#c9d95d color RGB value is (201,217,93).

#c9d95d hex color red value is 201, green value is 217 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c9d95d hue: 0.19 , saturation: 0.62 and the lightness value of c9d95d is 0.61.

The process color (four color CMYK) of #c9d95d color hex is 0.07, 0.00, 0.57, 0.15. Web safe color of #c9d95d is #cccc66. Color #c9d95d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011001 01011101
Octal 311 331 135
Decimal 201 217 93
Hex C9 D9 5D

RGB Percentages of Color #c9d95d

%39.33
%42.47
%18.20

CMYK Percentages of Color #c9d95d

%7
%0
%57
%15

Triadic Colors of #c9d95d

#c9d95d #5dc9d9 #d95dc9

Analogous Colors of #c9d95d

#c9d95d #8bd95d #d9ab5d

Monochromatic Colors of #c9d95d

#c9d95d

Complementary Color

#c9d95d #6d5dd9

#c9d95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9d95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9d95d Color CSS Codes

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

#c9d95d Text Font Color

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

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


#c9d95d Background Color

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

This div background color is #c9d95d


#c9d95d Border Color

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

This div border color is #c9d95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9d95d


Comments

No comments written yet.

Please login to write comment.