Color Hex Logo

#ceefc9 Color Hex

#CEEFC9
(206,239,201)
0 Favorites   0 Comments

Color spaces of #ceefc9

RGB 206239201
HSL0.310.540.86
HSV112°16°94°
CMYK 0.140.000.16   0.06
XYZ66.862779.071966.9967
Yxy79.07190.31400.3713
Hunter Lab88.9224-21.396117.5749
CIE-Lab91.2668-17.672614.8336

#ceefc9 color RGB value is (206,239,201).

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

The process color (four color CMYK) of #ceefc9 color hex is 0.14, 0.00, 0.16, 0.06. Web safe color of #ceefc9 is #ccffcc. Color #ceefc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 11001001
Octal 316 357 311
Decimal 206 239 201
Hex CE EF C9

RGB Percentages of Color #ceefc9

%31.89
%37.00
%31.11

CMYK Percentages of Color #ceefc9

%14
%0
%16
%6

Triadic Colors of #ceefc9

#ceefc9 #c9ceef #efc9ce

Analogous Colors of #ceefc9

#ceefc9 #c9efd7 #e1efc9

Monochromatic Colors of #ceefc9

#ceefc9

Complementary Color

#ceefc9 #eac9ef

#ceefc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefc9 Color CSS Codes

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

#ceefc9 Text Font Color

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

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


#ceefc9 Background Color

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

This div background color is #ceefc9


#ceefc9 Border Color

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

This div border color is #ceefc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefc9


Comments

No comments written yet.

Please login to write comment.