color codes Logo

#c9de0a color codes

#C9DE0A
(201,222,10)
0 Favorites   0 Comments

Color spaces of #c9de0a

RGB 20122210
HSL0.180.910.45
HSV66°95°87°
CMYK 0.090.000.95   0.13
XYZ50.263564.682010.1229
Yxy64.68200.40190.5172
Hunter Lab80.4251-29.186348.8349
CIE-Lab84.3196-28.077082.3613

#c9de0a color RGB value is (201,222,10).

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

The process color (four color CMYK) of #c9de0a color code is 0.09, 0.00, 0.95, 0.13. Web safe color of #c9de0a is #cccc00. Color #c9de0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011110 00001010
Octal 311 336 12
Decimal 201 222 10
Hex C9 DE A

RGB Percentages of Color #c9de0a

%46.42
%51.27
%2.31

CMYK Percentages of Color #c9de0a

%9
%0
%95
%13

Triadic Colors of #c9de0a

#c9de0a #0ac9de #de0ac9

Analogous Colors of #c9de0a

#c9de0a #5fde0a #de890a

Monochromatic Colors of #c9de0a

#c9de0a

Complementary Color

#c9de0a #1f0ade

#c9de0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9de0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9de0a Color CSS Codes

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

#c9de0a Text Font Color

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

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


#c9de0a Background Color

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

This div background color is #c9de0a


#c9de0a Border Color

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

This div border color is #c9de0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9de0a


Comments

No comments written yet.

Please login to write comment.