Color Hex Logo

#c9efec Color Hex

#C9EFEC
(201,239,236)
0 Favorites   0 Comments

Color spaces of #c9efec

RGB 201239236
HSL0.490.540.86
HSV175°16°94°
CMYK 0.160.000.01   0.06
XYZ70.094280.206691.1440
Yxy80.20660.29030.3322
Hunter Lab89.5581-17.02072.3508
CIE-Lab91.7775-12.8223-2.6658

#c9efec color RGB value is (201,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101111 11101100
Octal 311 357 354
Decimal 201 239 236
Hex C9 EF EC

RGB Percentages of Color #c9efec

%29.73
%35.36
%34.91

CMYK Percentages of Color #c9efec

%16
%0
%1
%6

Triadic Colors of #c9efec

#c9efec #ecc9ef #efecc9

Analogous Colors of #c9efec

#c9efec #c9dfef #c9efd9

Monochromatic Colors of #c9efec

#c9efec

Complementary Color

#c9efec #efc9cc

#c9efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9efec Color CSS Codes

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

#c9efec Text Font Color

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

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


#c9efec Background Color

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

This div background color is #c9efec


#c9efec Border Color

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

This div border color is #c9efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9efec


Comments

No comments written yet.

Please login to write comment.