Color Hex Logo

#cef2dd Color Hex

#CEF2DD
(206,242,221)
0 Favorites   0 Comments

Color spaces of #cef2dd

RGB 206242221
HSL0.400.580.88
HSV145°15°95°
CMYK 0.150.000.09   0.05
XYZ70.256981.846580.5016
Yxy81.84650.30200.3519
Hunter Lab90.4691-19.700410.5706
CIE-Lab92.5071-15.61786.2341

#cef2dd color RGB value is (206,242,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110010 11011101
Octal 316 362 335
Decimal 206 242 221
Hex CE F2 DD

RGB Percentages of Color #cef2dd

%30.79
%36.17
%33.03

CMYK Percentages of Color #cef2dd

%15
%0
%9
%5

Triadic Colors of #cef2dd

#cef2dd #ddcef2 #f2ddce

Analogous Colors of #cef2dd

#cef2dd #cef2ef #d1f2ce

Monochromatic Colors of #cef2dd

#cef2dd

Complementary Color

#cef2dd #f2cee3

#cef2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef2dd Color CSS Codes

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

#cef2dd Text Font Color

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

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


#cef2dd Background Color

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

This div background color is #cef2dd


#cef2dd Border Color

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

This div border color is #cef2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef2dd


Comments

No comments written yet.

Please login to write comment.