Color Hex Logo

#cce8fe Color Hex

#CCE8FE
(204,232,254)
0 Favorites   0 Comments

Color spaces of #cce8fe

RGB 204232254
HSL0.570.960.90
HSV206°20°100°
CMYK 0.200.090.00   0.00
XYZ71.647877.7064104.9885
Yxy77.70640.28170.3055
Hunter Lab88.1512-9.1829-8.9088
CIE-Lab90.6458-4.6310-13.7145

#cce8fe color RGB value is (204,232,254).

#cce8fe hex color red value is 204, green value is 232 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cce8fe hue: 0.57 , saturation: 0.96 and the lightness value of cce8fe is 0.90.

The process color (four color CMYK) of #cce8fe color hex is 0.20, 0.09, 0.00, 0.00. Web safe color of #cce8fe is #ccffff. Color #cce8fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101000 11111110
Octal 314 350 376
Decimal 204 232 254
Hex CC E8 FE

RGB Percentages of Color #cce8fe

%29.57
%33.62
%36.81

CMYK Percentages of Color #cce8fe

%20
%9
%0
%0

Triadic Colors of #cce8fe

#cce8fe #fecce8 #e8fecc

Analogous Colors of #cce8fe

#cce8fe #cccffe #ccfefb

Monochromatic Colors of #cce8fe

#cce8fe

Complementary Color

#cce8fe #fee2cc

#cce8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce8fe Color CSS Codes

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

#cce8fe Text Font Color

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

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


#cce8fe Background Color

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

This div background color is #cce8fe


#cce8fe Border Color

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

This div border color is #cce8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce8fe


Comments

No comments written yet.

Please login to write comment.