color codes Logo

#c9ed8c color codes

#C9ED8C
(201,237,140)
0 Favorites   0 Comments

Color spaces of #c9ed8c

RGB 201237140
HSL0.230.730.74
HSV82°41°93°
CMYK 0.150.000.41   0.07
XYZ59.105274.879336.1489
Yxy74.87930.34740.4401
Hunter Lab86.5328-29.510235.8047
CIE-Lab89.3364-27.261243.1277

#c9ed8c color RGB value is (201,237,140).

#c9ed8c hex color red value is 201, green value is 237 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #c9ed8c hue: 0.23 , saturation: 0.73 and the lightness value of c9ed8c is 0.74.

The process color (four color CMYK) of #c9ed8c color code is 0.15, 0.00, 0.41, 0.07. Web safe color of #c9ed8c is #ccff99. Color #c9ed8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101101 10001100
Octal 311 355 214
Decimal 201 237 140
Hex C9 ED 8C

RGB Percentages of Color #c9ed8c

%34.78
%41.00
%24.22

CMYK Percentages of Color #c9ed8c

%15
%0
%41
%7

Triadic Colors of #c9ed8c

#c9ed8c #8cc9ed #ed8cc9

Analogous Colors of #c9ed8c

#c9ed8c #99ed8c #ede18c

Monochromatic Colors of #c9ed8c

#c9ed8c

Complementary Color

#c9ed8c #b08ced

#c9ed8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ed8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ed8c Color CSS Codes

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

#c9ed8c Text Font Color

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

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


#c9ed8c Background Color

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

This div background color is #c9ed8c


#c9ed8c Border Color

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

This div border color is #c9ed8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ed8c


Comments

No comments written yet.

Please login to write comment.