Color Hex Logo

#cce8db Color Hex

#CCE8DB
(204,232,219)
0 Favorites   0 Comments

Color spaces of #cce8db

RGB 204232219
HSL0.420.380.85
HSV152°12°91°
CMYK 0.120.000.06   0.09
XYZ66.544675.665178.1154
Yxy75.66510.30200.3434
Hunter Lab86.9857-15.67137.6460
CIE-Lab89.7036-11.64103.2054

#cce8db color RGB value is (204,232,219).

#cce8db hex color red value is 204, green value is 232 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cce8db hue: 0.42 , saturation: 0.38 and the lightness value of cce8db is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101000 11011011
Octal 314 350 333
Decimal 204 232 219
Hex CC E8 DB

RGB Percentages of Color #cce8db

%31.15
%35.42
%33.44

CMYK Percentages of Color #cce8db

%12
%0
%6
%9

Triadic Colors of #cce8db

#cce8db #dbcce8 #e8dbcc

Analogous Colors of #cce8db

#cce8db #cce7e8 #cce8cd

Monochromatic Colors of #cce8db

#cce8db

Complementary Color

#cce8db #e8ccd9

#cce8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce8db Color CSS Codes

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

#cce8db Text Font Color

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

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


#cce8db Background Color

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

This div background color is #cce8db


#cce8db Border Color

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

This div border color is #cce8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce8db


Comments

No comments written yet.

Please login to write comment.