Color Hex Logo

#c9d916 Color Hex

#C9D916
(201,217,22)
0 Favorites   0 Comments

Color spaces of #c9d916

RGB 20121722
HSL0.180.820.47
HSV65°90°85°
CMYK 0.070.000.90   0.15
XYZ49.045162.101110.1608
Yxy62.10110.40430.5119
Hunter Lab78.8043-26.815147.5183
CIE-Lab82.9672-25.541379.9166

#c9d916 color RGB value is (201,217,22).

#c9d916 hex color red value is 201, green value is 217 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c9d916 hue: 0.18 , saturation: 0.82 and the lightness value of c9d916 is 0.47.

The process color (four color CMYK) of #c9d916 color hex is 0.07, 0.00, 0.90, 0.15. Web safe color of #c9d916 is #cccc00. Color #c9d916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011001 00010110
Octal 311 331 26
Decimal 201 217 22
Hex C9 D9 16

RGB Percentages of Color #c9d916

%45.68
%49.32
%5.00

CMYK Percentages of Color #c9d916

%7
%0
%90
%15

Triadic Colors of #c9d916

#c9d916 #16c9d9 #d916c9

Analogous Colors of #c9d916

#c9d916 #68d916 #d98816

Monochromatic Colors of #c9d916

#c9d916

Complementary Color

#c9d916 #2616d9

#c9d916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9d916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9d916 Color CSS Codes

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

#c9d916 Text Font Color

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

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


#c9d916 Background Color

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

This div background color is #c9d916


#c9d916 Border Color

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

This div border color is #c9d916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9d916


Comments

No comments written yet.

Please login to write comment.