Color Hex Logo

#cce1db Color Hex

#CCE1DB
(204,225,219)
0 Favorites   0 Comments

Color spaces of #cce1db

RGB 204225219
HSL0.450.260.84
HSV163°88°
CMYK 0.090.000.03   0.12
XYZ64.613271.802377.4716
Yxy71.80230.30210.3357
Hunter Lab84.7362-12.17835.1084
CIE-Lab87.8733-8.08950.5429

#cce1db color RGB value is (204,225,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 11011011
Octal 314 341 333
Decimal 204 225 219
Hex CC E1 DB

RGB Percentages of Color #cce1db

%31.48
%34.72
%33.80

CMYK Percentages of Color #cce1db

%9
%0
%3
%12

Triadic Colors of #cce1db

#cce1db #dbcce1 #e1dbcc

Analogous Colors of #cce1db

#cce1db #ccdde1 #cce1d1

Monochromatic Colors of #cce1db

#cce1db

Complementary Color

#cce1db #e1ccd2

#cce1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce1db Color CSS Codes

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

#cce1db Text Font Color

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

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


#cce1db Background Color

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

This div background color is #cce1db


#cce1db Border Color

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

This div border color is #cce1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce1db


Comments

No comments written yet.

Please login to write comment.