Color Hex Logo

#cee7dc Color Hex

#CEE7DC
(206,231,220)
0 Favorites   0 Comments

Color spaces of #cee7dc

RGB 206231220
HSL0.430.340.86
HSV154°11°91°
CMYK 0.110.000.05   0.09
XYZ66.947875.440978.7432
Yxy75.44090.30280.3412
Hunter Lab86.8567-14.41437.0481
CIE-Lab89.5991-10.29572.5468

#cee7dc color RGB value is (206,231,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100111 11011100
Octal 316 347 334
Decimal 206 231 220
Hex CE E7 DC

RGB Percentages of Color #cee7dc

%31.35
%35.16
%33.49

CMYK Percentages of Color #cee7dc

%11
%0
%5
%9

Triadic Colors of #cee7dc

#cee7dc #dccee7 #e7dcce

Analogous Colors of #cee7dc

#cee7dc #cee6e7 #cee7d0

Monochromatic Colors of #cee7dc

#cee7dc

Complementary Color

#cee7dc #e7ced9

#cee7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee7dc Color CSS Codes

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

#cee7dc Text Font Color

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

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


#cee7dc Background Color

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

This div background color is #cee7dc


#cee7dc Border Color

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

This div border color is #cee7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee7dc


Comments

No comments written yet.

Please login to write comment.