Color Hex Logo

#cce0fa Color Hex

#CCE0FA
(204,224,250)
0 Favorites   0 Comments

Color spaces of #cce0fa

RGB 204224250
HSL0.590.820.89
HSV214°18°98°
CMYK 0.180.100.00   0.02
XYZ68.812873.0508100.9159
Yxy73.05080.28340.3009
Hunter Lab85.4698-5.8594-10.1761
CIE-Lab88.4719-1.3439-14.8738

#cce0fa color RGB value is (204,224,250).

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

The process color (four color CMYK) of #cce0fa color hex is 0.18, 0.10, 0.00, 0.02. Web safe color of #cce0fa is #ccccff. Color #cce0fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 11111010
Octal 314 340 372
Decimal 204 224 250
Hex CC E0 FA

RGB Percentages of Color #cce0fa

%30.09
%33.04
%36.87

CMYK Percentages of Color #cce0fa

%18
%10
%0
%2

Triadic Colors of #cce0fa

#cce0fa #facce0 #e0facc

Analogous Colors of #cce0fa

#cce0fa #cfccfa #ccf7fa

Monochromatic Colors of #cce0fa

#cce0fa

Complementary Color

#cce0fa #fae6cc

#cce0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce0fa Color CSS Codes

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

#cce0fa Text Font Color

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

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


#cce0fa Background Color

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

This div background color is #cce0fa


#cce0fa Border Color

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

This div border color is #cce0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce0fa


Comments

No comments written yet.

Please login to write comment.