Color Hex Logo

#c9da2f Color Hex

#C9DA2F
(201,218,47)
0 Favorites   0 Comments

Color spaces of #c9da2f

RGB 20121847
HSL0.180.700.52
HSV66°78°85°
CMYK 0.080.000.78   0.15
XYZ49.671962.765612.1863
Yxy62.76560.39860.5036
Hunter Lab79.2247-26.728346.3374
CIE-Lab83.3189-25.356274.8564

#c9da2f color RGB value is (201,218,47).

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

The process color (four color CMYK) of #c9da2f color hex is 0.08, 0.00, 0.78, 0.15. Web safe color of #c9da2f is #cccc33. Color #c9da2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011010 00101111
Octal 311 332 57
Decimal 201 218 47
Hex C9 DA 2F

RGB Percentages of Color #c9da2f

%43.13
%46.78
%10.09

CMYK Percentages of Color #c9da2f

%8
%0
%78
%15

Triadic Colors of #c9da2f

#c9da2f #2fc9da #da2fc9

Analogous Colors of #c9da2f

#c9da2f #74da2f #da962f

Monochromatic Colors of #c9da2f

#c9da2f

Complementary Color

#c9da2f #402fda

#c9da2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9da2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9da2f Color CSS Codes

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

#c9da2f Text Font Color

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

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


#c9da2f Background Color

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

This div background color is #c9da2f


#c9da2f Border Color

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

This div border color is #c9da2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,218,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 #c9da2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9da2f


Comments

No comments written yet.

Please login to write comment.