Color Hex Logo

#cee7de Color Hex

#CEE7DE
(206,231,222)
0 Favorites   0 Comments

Color spaces of #cee7de

RGB 206231222
HSL0.440.340.86
HSV158°11°91°
CMYK 0.110.000.04   0.09
XYZ67.214375.547680.1468
Yxy75.54760.30150.3389
Hunter Lab86.9181-14.07166.1716
CIE-Lab89.6489-9.92061.5722

#cee7de color RGB value is (206,231,222).

#cee7de hex color red value is 206, green value is 231 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cee7de hue: 0.44 , saturation: 0.34 and the lightness value of cee7de is 0.86.

The process color (four color CMYK) of #cee7de color hex is 0.11, 0.00, 0.04, 0.09. Web safe color of #cee7de is #ccffcc. Color #cee7de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100111 11011110
Octal 316 347 336
Decimal 206 231 222
Hex CE E7 DE

RGB Percentages of Color #cee7de

%31.26
%35.05
%33.69

CMYK Percentages of Color #cee7de

%11
%0
%4
%9

Triadic Colors of #cee7de

#cee7de #decee7 #e7dece

Analogous Colors of #cee7de

#cee7de #cee4e7 #cee7d2

Monochromatic Colors of #cee7de

#cee7de

Complementary Color

#cee7de #e7ced7

#cee7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee7de Color CSS Codes

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

#cee7de Text Font Color

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

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


#cee7de Background Color

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

This div background color is #cee7de


#cee7de Border Color

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

This div border color is #cee7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee7de


Comments

No comments written yet.

Please login to write comment.