Color Hex Logo

#cce0fc Color Hex

#CCE0FC
(204,224,252)
0 Favorites   0 Comments

Color spaces of #cce0fc

RGB 204224252
HSL0.600.890.89
HSV215°19°99°
CMYK 0.190.110.00   0.01
XYZ69.128273.1770102.5766
Yxy73.17700.28230.2988
Hunter Lab85.5436-5.4544-11.2151
CIE-Lab88.5321-0.9182-15.8340

#cce0fc color RGB value is (204,224,252).

#cce0fc hex color red value is 204, green value is 224 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cce0fc hue: 0.60 , saturation: 0.89 and the lightness value of cce0fc is 0.89.

The process color (four color CMYK) of #cce0fc color hex is 0.19, 0.11, 0.00, 0.01. Web safe color of #cce0fc is #ccccff. Color #cce0fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 11111100
Octal 314 340 374
Decimal 204 224 252
Hex CC E0 FC

RGB Percentages of Color #cce0fc

%30.00
%32.94
%37.06

CMYK Percentages of Color #cce0fc

%19
%11
%0
%1

Triadic Colors of #cce0fc

#cce0fc #fccce0 #e0fccc

Analogous Colors of #cce0fc

#cce0fc #d0ccfc #ccf8fc

Monochromatic Colors of #cce0fc

#cce0fc

Complementary Color

#cce0fc #fce8cc

#cce0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce0fc Color CSS Codes

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

#cce0fc Text Font Color

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

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


#cce0fc Background Color

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

This div background color is #cce0fc


#cce0fc Border Color

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

This div border color is #cce0fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce0fc

Related Colors


Comments

No comments written yet.

Please login to write comment.