Color Hex Logo

#c9d52f Color Hex

#C9D52F
(201,213,47)
0 Favorites   0 Comments

Color spaces of #c9d52f

RGB 20121347
HSL0.180.660.51
HSV64°78°84°
CMYK 0.060.000.78   0.16
XYZ48.394760.211211.7606
Yxy60.21120.40210.5002
Hunter Lab77.5959-24.466645.3310
CIE-Lab81.9529-22.950073.6368

#c9d52f color RGB value is (201,213,47).

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

The process color (four color CMYK) of #c9d52f color hex is 0.06, 0.00, 0.78, 0.16. Web safe color of #c9d52f is #cccc33. Color #c9d52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11010101 00101111
Octal 311 325 57
Decimal 201 213 47
Hex C9 D5 2F

RGB Percentages of Color #c9d52f

%43.60
%46.20
%10.20

CMYK Percentages of Color #c9d52f

%6
%0
%78
%16

Triadic Colors of #c9d52f

#c9d52f #2fc9d5 #d52fc9

Analogous Colors of #c9d52f

#c9d52f #76d52f #d58e2f

Monochromatic Colors of #c9d52f

#c9d52f

Complementary Color

#c9d52f #3b2fd5

#c9d52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9d52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9d52f Color CSS Codes

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

#c9d52f Text Font Color

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

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


#c9d52f Background Color

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

This div background color is #c9d52f


#c9d52f Border Color

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

This div border color is #c9d52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9d52f


Comments

No comments written yet.

Please login to write comment.