Color Hex Logo

#cef2dc Color Hex

#CEF2DC
(206,242,220)
0 Favorites   0 Comments

Color spaces of #cef2dc

RGB 206242220
HSL0.400.580.88
HSV143°15°95°
CMYK 0.150.000.09   0.05
XYZ70.124081.793479.8019
Yxy81.79340.30260.3530
Hunter Lab90.4397-19.866410.9917
CIE-Lab92.4836-15.80186.7191

#cef2dc color RGB value is (206,242,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110010 11011100
Octal 316 362 334
Decimal 206 242 220
Hex CE F2 DC

RGB Percentages of Color #cef2dc

%30.84
%36.23
%32.93

CMYK Percentages of Color #cef2dc

%15
%0
%9
%5

Triadic Colors of #cef2dc

#cef2dc #dccef2 #f2dcce

Analogous Colors of #cef2dc

#cef2dc #cef2ee #d2f2ce

Monochromatic Colors of #cef2dc

#cef2dc

Complementary Color

#cef2dc #f2cee4

#cef2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef2dc Color CSS Codes

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

#cef2dc Text Font Color

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

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


#cef2dc Background Color

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

This div background color is #cef2dc


#cef2dc Border Color

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

This div border color is #cef2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef2dc


Comments

No comments written yet.

Please login to write comment.