Color Hex Logo

#c9d512 Color Hex

#C9D512
(201,213,18)
0 Favorites   0 Comments

Color spaces of #c9d512

RGB 20121318
HSL0.180.840.45
HSV64°92°84°
CMYK 0.060.000.92   0.16
XYZ47.990860.04979.6336
Yxy60.04970.40780.5103
Hunter Lab77.4917-25.065146.8734
CIE-Lab81.8652-23.686079.6136

#c9d512 color RGB value is (201,213,18).

#c9d512 hex color red value is 201, green value is 213 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c9d512 hue: 0.18 , saturation: 0.84 and the lightness value of c9d512 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11010101 00010010
Octal 311 325 22
Decimal 201 213 18
Hex C9 D5 12

RGB Percentages of Color #c9d512

%46.53
%49.31
%4.17

CMYK Percentages of Color #c9d512

%6
%0
%92
%16

Triadic Colors of #c9d512

#c9d512 #12c9d5 #d512c9

Analogous Colors of #c9d512

#c9d512 #68d512 #d58012

Monochromatic Colors of #c9d512

#c9d512

Complementary Color

#c9d512 #1e12d5

#c9d512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9d512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9d512 Color CSS Codes

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

#c9d512 Text Font Color

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

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


#c9d512 Background Color

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

This div background color is #c9d512


#c9d512 Border Color

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

This div border color is #c9d512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9d512


Comments

No comments written yet.

Please login to write comment.