Color Hex Logo

#cce0db Color Hex

#CCE0DB
(204,224,219)
0 Favorites   0 Comments

Color spaces of #cce0db

RGB 204224219
HSL0.460.240.84
HSV165°88°
CMYK 0.090.000.02   0.12
XYZ64.343771.263277.3817
Yxy71.26320.30210.3346
Hunter Lab84.4175-11.67664.7438
CIE-Lab87.6127-7.57820.1627

#cce0db color RGB value is (204,224,219).

#cce0db hex color red value is 204, green value is 224 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cce0db hue: 0.46 , saturation: 0.24 and the lightness value of cce0db is 0.84.

The process color (four color CMYK) of #cce0db color hex is 0.09, 0.00, 0.02, 0.12. Web safe color of #cce0db is #cccccc. Color #cce0db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 11011011
Octal 314 340 333
Decimal 204 224 219
Hex CC E0 DB

RGB Percentages of Color #cce0db

%31.53
%34.62
%33.85

CMYK Percentages of Color #cce0db

%9
%0
%2
%12

Triadic Colors of #cce0db

#cce0db #dbcce0 #e0dbcc

Analogous Colors of #cce0db

#cce0db #ccdbe0 #cce0d1

Monochromatic Colors of #cce0db

#cce0db

Complementary Color

#cce0db #e0ccd1

#cce0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce0db Color CSS Codes

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

#cce0db Text Font Color

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

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


#cce0db Background Color

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

This div background color is #cce0db


#cce0db Border Color

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

This div border color is #cce0db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,224,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce0db

#cce0db Color Palettes


Comments

No comments written yet.

Please login to write comment.