Color Hex Logo

#cce6ef Color Hex

#CCE6EF
(204,230,239)
0 Favorites   0 Comments

Color spaces of #cce6ef

RGB 204230239
HSL0.540.520.87
HSV195°15°94°
CMYK 0.150.040.00   0.06
XYZ68.778675.663092.6408
Yxy75.66300.29010.3191
Hunter Lab86.9845-11.0830-2.2563
CIE-Lab89.7026-6.7231-7.2693

#cce6ef color RGB value is (204,230,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100110 11101111
Octal 314 346 357
Decimal 204 230 239
Hex CC E6 EF

RGB Percentages of Color #cce6ef

%30.31
%34.18
%35.51

CMYK Percentages of Color #cce6ef

%15
%4
%0
%6

Triadic Colors of #cce6ef

#cce6ef #efcce6 #e6efcc

Analogous Colors of #cce6ef

#cce6ef #ccd5ef #ccefe7

Monochromatic Colors of #cce6ef

#cce6ef

Complementary Color

#cce6ef #efd5cc

#cce6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce6ef Color CSS Codes

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

#cce6ef Text Font Color

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

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


#cce6ef Background Color

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

This div background color is #cce6ef


#cce6ef Border Color

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

This div border color is #cce6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce6ef


Comments

No comments written yet.

Please login to write comment.