Color Hex Logo

#cef1dd Color Hex

#CEF1DD
(206,241,221)
0 Favorites   0 Comments

Color spaces of #cef1dd

RGB 206241221
HSL0.400.560.88
HSV146°15°95°
CMYK 0.150.000.08   0.05
XYZ69.960081.252980.4027
Yxy81.25290.30210.3508
Hunter Lab90.1404-19.207810.2133
CIE-Lab92.2441-15.12215.8548

#cef1dd color RGB value is (206,241,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110001 11011101
Octal 316 361 335
Decimal 206 241 221
Hex CE F1 DD

RGB Percentages of Color #cef1dd

%30.84
%36.08
%33.08

CMYK Percentages of Color #cef1dd

%15
%0
%8
%5

Triadic Colors of #cef1dd

#cef1dd #ddcef1 #f1ddce

Analogous Colors of #cef1dd

#cef1dd #cef1ef #d1f1ce

Monochromatic Colors of #cef1dd

#cef1dd

Complementary Color

#cef1dd #f1cee2

#cef1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef1dd Color CSS Codes

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

#cef1dd Text Font Color

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

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


#cef1dd Background Color

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

This div background color is #cef1dd


#cef1dd Border Color

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

This div border color is #cef1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef1dd


Comments

No comments written yet.

Please login to write comment.