Color Hex Logo

#cce0ef Color Hex

#CCE0EF
(204,224,239)
0 Favorites   0 Comments

Color spaces of #cce0ef

RGB 204224239
HSL0.570.520.87
HSV206°15°94°
CMYK 0.150.060.00   0.06
XYZ67.137572.380792.0937
Yxy72.38070.28990.3125
Hunter Lab85.0768-8.0231-4.6262
CIE-Lab88.1515-3.6362-9.5698

#cce0ef color RGB value is (204,224,239).

#cce0ef hex color red value is 204, green value is 224 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cce0ef hue: 0.57 , saturation: 0.52 and the lightness value of cce0ef is 0.87.

The process color (four color CMYK) of #cce0ef color hex is 0.15, 0.06, 0.00, 0.06. Web safe color of #cce0ef is #ccccff. Color #cce0ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 11101111
Octal 314 340 357
Decimal 204 224 239
Hex CC E0 EF

RGB Percentages of Color #cce0ef

%30.58
%33.58
%35.83

CMYK Percentages of Color #cce0ef

%15
%6
%0
%6

Triadic Colors of #cce0ef

#cce0ef #efcce0 #e0efcc

Analogous Colors of #cce0ef

#cce0ef #cccfef #ccefed

Monochromatic Colors of #cce0ef

#cce0ef

Complementary Color

#cce0ef #efdbcc

#cce0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce0ef Color CSS Codes

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

#cce0ef Text Font Color

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

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


#cce0ef Background Color

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

This div background color is #cce0ef


#cce0ef Border Color

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

This div border color is #cce0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce0ef


Comments

No comments written yet.

Please login to write comment.