Color Hex Logo

#c9eeec Color Hex

#C9EEEC
(201,238,236)
0 Favorites   0 Comments

Color spaces of #c9eeec

RGB 201238236
HSL0.490.520.86
HSV177°16°93°
CMYK 0.160.000.01   0.07
XYZ69.802379.622791.0466
Yxy79.62270.29030.3311
Hunter Lab89.2316-16.52181.9661
CIE-Lab91.5153-12.3201-3.0506

#c9eeec color RGB value is (201,238,236).

#c9eeec hex color red value is 201, green value is 238 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c9eeec hue: 0.49 , saturation: 0.52 and the lightness value of c9eeec is 0.86.

The process color (four color CMYK) of #c9eeec color hex is 0.16, 0.00, 0.01, 0.07. Web safe color of #c9eeec is #ccffff. Color #c9eeec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101110 11101100
Octal 311 356 354
Decimal 201 238 236
Hex C9 EE EC

RGB Percentages of Color #c9eeec

%29.78
%35.26
%34.96

CMYK Percentages of Color #c9eeec

%16
%0
%1
%7

Triadic Colors of #c9eeec

#c9eeec #ecc9ee #eeecc9

Analogous Colors of #c9eeec

#c9eeec #c9deee #c9eeda

Monochromatic Colors of #c9eeec

#c9eeec

Complementary Color

#c9eeec #eec9cb

#c9eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eeec Color CSS Codes

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

#c9eeec Text Font Color

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

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


#c9eeec Background Color

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

This div background color is #c9eeec


#c9eeec Border Color

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

This div border color is #c9eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eeec


Comments

No comments written yet.

Please login to write comment.