Color Hex Logo

#cce9dc Color Hex

#CCE9DC
(204,233,220)
0 Favorites   0 Comments

Color spaces of #cce9dc

RGB 204233220
HSL0.430.400.86
HSV153°12°91°
CMYK 0.120.000.06   0.09
XYZ66.959076.282578.9050
Yxy76.28250.30140.3434
Hunter Lab87.3399-15.99797.5738
CIE-Lab89.9903-11.95723.0985

#cce9dc color RGB value is (204,233,220).

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

The process color (four color CMYK) of #cce9dc color hex is 0.12, 0.00, 0.06, 0.09. Web safe color of #cce9dc is #ccffcc. Color #cce9dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101001 11011100
Octal 314 351 334
Decimal 204 233 220
Hex CC E9 DC

RGB Percentages of Color #cce9dc

%31.05
%35.46
%33.49

CMYK Percentages of Color #cce9dc

%12
%0
%6
%9

Triadic Colors of #cce9dc

#cce9dc #dccce9 #e9dccc

Analogous Colors of #cce9dc

#cce9dc #cce8e9 #cce9ce

Monochromatic Colors of #cce9dc

#cce9dc

Complementary Color

#cce9dc #e9ccd9

#cce9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce9dc Color CSS Codes

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

#cce9dc Text Font Color

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

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


#cce9dc Background Color

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

This div background color is #cce9dc


#cce9dc Border Color

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

This div border color is #cce9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce9dc


Comments

No comments written yet.

Please login to write comment.