Color Hex Logo

#cce2ee Color Hex

#CCE2EE
(204,226,238)
0 Favorites   0 Comments

Color spaces of #cce2ee

RGB 204226238
HSL0.560.500.87
HSV201°14°93°
CMYK 0.140.050.00   0.07
XYZ67.530873.403191.4979
Yxy73.40310.29050.3158
Hunter Lab85.6756-9.2359-3.3463
CIE-Lab88.6396-4.8723-8.3195

#cce2ee color RGB value is (204,226,238).

#cce2ee hex color red value is 204, green value is 226 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cce2ee hue: 0.56 , saturation: 0.50 and the lightness value of cce2ee is 0.87.

The process color (four color CMYK) of #cce2ee color hex is 0.14, 0.05, 0.00, 0.07. Web safe color of #cce2ee is #ccccff. Color #cce2ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100010 11101110
Octal 314 342 356
Decimal 204 226 238
Hex CC E2 EE

RGB Percentages of Color #cce2ee

%30.54
%33.83
%35.63

CMYK Percentages of Color #cce2ee

%14
%5
%0
%7

Triadic Colors of #cce2ee

#cce2ee #eecce2 #e2eecc

Analogous Colors of #cce2ee

#cce2ee #ccd1ee #cceee9

Monochromatic Colors of #cce2ee

#cce2ee

Complementary Color

#cce2ee #eed8cc

#cce2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce2ee Color CSS Codes

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

#cce2ee Text Font Color

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

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


#cce2ee Background Color

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

This div background color is #cce2ee


#cce2ee Border Color

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

This div border color is #cce2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce2ee


Comments

No comments written yet.

Please login to write comment.