Color Hex Logo

#cee6de Color Hex

#CEE6DE
(206,230,222)
0 Favorites   0 Comments

Color spaces of #cee6de

RGB 206230222
HSL0.440.320.85
HSV160°10°90°
CMYK 0.100.000.03   0.10
XYZ66.935274.989480.0538
Yxy74.98940.30150.3378
Hunter Lab86.5964-13.57115.8070
CIE-Lab89.3880-9.41371.1924

#cee6de color RGB value is (206,230,222).

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

The process color (four color CMYK) of #cee6de color hex is 0.10, 0.00, 0.03, 0.10. Web safe color of #cee6de is #ccffcc. Color #cee6de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100110 11011110
Octal 316 346 336
Decimal 206 230 222
Hex CE E6 DE

RGB Percentages of Color #cee6de

%31.31
%34.95
%33.74

CMYK Percentages of Color #cee6de

%10
%0
%3
%10

Triadic Colors of #cee6de

#cee6de #decee6 #e6dece

Analogous Colors of #cee6de

#cee6de #cee2e6 #cee6d2

Monochromatic Colors of #cee6de

#cee6de

Complementary Color

#cee6de #e6ced6

#cee6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee6de Color CSS Codes

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

#cee6de Text Font Color

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

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


#cee6de Background Color

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

This div background color is #cee6de


#cee6de Border Color

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

This div border color is #cee6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee6de


Comments

No comments written yet.

Please login to write comment.