Color Hex Logo

#c9eadf Color Hex

#C9EADF
(201,234,223)
0 Favorites   0 Comments

Color spaces of #c9eadf

RGB 201234223
HSL0.440.440.85
HSV160°14°92°
CMYK 0.140.000.05   0.08
XYZ66.829576.590981.0733
Yxy76.59090.29770.3412
Hunter Lab87.5162-16.84656.3363
CIE-Lab90.1330-12.85901.7137

#c9eadf color RGB value is (201,234,223).

#c9eadf hex color red value is 201, green value is 234 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c9eadf hue: 0.44 , saturation: 0.44 and the lightness value of c9eadf is 0.85.

The process color (four color CMYK) of #c9eadf color hex is 0.14, 0.00, 0.05, 0.08. Web safe color of #c9eadf is #ccffcc. Color #c9eadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 11011111
Octal 311 352 337
Decimal 201 234 223
Hex C9 EA DF

RGB Percentages of Color #c9eadf

%30.55
%35.56
%33.89

CMYK Percentages of Color #c9eadf

%14
%0
%5
%8

Triadic Colors of #c9eadf

#c9eadf #dfc9ea #eadfc9

Analogous Colors of #c9eadf

#c9eadf #c9e5ea #c9eacf

Monochromatic Colors of #c9eadf

#c9eadf

Complementary Color

#c9eadf #eac9d4

#c9eadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eadf Color CSS Codes

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

#c9eadf Text Font Color

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

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


#c9eadf Background Color

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

This div background color is #c9eadf


#c9eadf Border Color

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

This div border color is #c9eadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eadf


Comments

No comments written yet.

Please login to write comment.