Color Hex Logo

#cce7ec Color Hex

#CCE7EC
(204,231,236)
0 Favorites   0 Comments

Color spaces of #cce7ec

RGB 204231236
HSL0.530.460.86
HSV189°14°93°
CMYK 0.140.020.00   0.07
XYZ68.618176.045390.4185
Yxy76.04530.29190.3235
Hunter Lab87.2040-12.1508-0.4328
CIE-Lab89.8804-7.8386-5.4352

#cce7ec color RGB value is (204,231,236).

#cce7ec hex color red value is 204, green value is 231 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cce7ec hue: 0.53 , saturation: 0.46 and the lightness value of cce7ec is 0.86.

The process color (four color CMYK) of #cce7ec color hex is 0.14, 0.02, 0.00, 0.07. Web safe color of #cce7ec is #ccffff. Color #cce7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100111 11101100
Octal 314 347 354
Decimal 204 231 236
Hex CC E7 EC

RGB Percentages of Color #cce7ec

%30.40
%34.43
%35.17

CMYK Percentages of Color #cce7ec

%14
%2
%0
%7

Triadic Colors of #cce7ec

#cce7ec #eccce7 #e7eccc

Analogous Colors of #cce7ec

#cce7ec #ccd7ec #ccece1

Monochromatic Colors of #cce7ec

#cce7ec

Complementary Color

#cce7ec #ecd1cc

#cce7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce7ec Color CSS Codes

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

#cce7ec Text Font Color

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

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


#cce7ec Background Color

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

This div background color is #cce7ec


#cce7ec Border Color

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

This div border color is #cce7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce7ec

#cce7ec Color Palettes


Comments

No comments written yet.

Please login to write comment.