Color Hex Logo

#cef2df Color Hex

#CEF2DF
(206,242,223)
0 Favorites   0 Comments

Color spaces of #cef2df

RGB 206242223
HSL0.410.580.88
HSV148°15°95°
CMYK 0.150.000.08   0.05
XYZ70.525081.953881.9136
Yxy81.95380.30090.3496
Hunter Lab90.5283-19.36639.7219
CIE-Lab92.5545-15.24785.2646

#cef2df color RGB value is (206,242,223).

#cef2df hex color red value is 206, green value is 242 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cef2df hue: 0.41 , saturation: 0.58 and the lightness value of cef2df is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110010 11011111
Octal 316 362 337
Decimal 206 242 223
Hex CE F2 DF

RGB Percentages of Color #cef2df

%30.70
%36.07
%33.23

CMYK Percentages of Color #cef2df

%15
%0
%8
%5

Triadic Colors of #cef2df

#cef2df #dfcef2 #f2dfce

Analogous Colors of #cef2df

#cef2df #cef2f1 #cff2ce

Monochromatic Colors of #cef2df

#cef2df

Complementary Color

#cef2df #f2cee1

#cef2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef2df Color CSS Codes

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

#cef2df Text Font Color

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

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


#cef2df Background Color

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

This div background color is #cef2df


#cef2df Border Color

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

This div border color is #cef2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef2df


Comments

No comments written yet.

Please login to write comment.