Color Hex Logo

#cce6fe Color Hex

#CCE6FE
(204,230,254)
0 Favorites   0 Comments

Color spaces of #cce6fe

RGB 204230254
HSL0.580.960.90
HSV209°20°100°
CMYK 0.200.090.00   0.00
XYZ71.088076.5868104.8019
Yxy76.58680.28160.3033
Hunter Lab87.5139-8.1528-9.7428
CIE-Lab90.1311-3.6008-14.4847

#cce6fe color RGB value is (204,230,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100110 11111110
Octal 314 346 376
Decimal 204 230 254
Hex CC E6 FE

RGB Percentages of Color #cce6fe

%29.65
%33.43
%36.92

CMYK Percentages of Color #cce6fe

%20
%9
%0
%0

Triadic Colors of #cce6fe

#cce6fe #fecce6 #e6fecc

Analogous Colors of #cce6fe

#cce6fe #cccdfe #ccfefd

Monochromatic Colors of #cce6fe

#cce6fe

Complementary Color

#cce6fe #fee4cc

#cce6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce6fe Color CSS Codes

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

#cce6fe Text Font Color

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

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


#cce6fe Background Color

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

This div background color is #cce6fe


#cce6fe Border Color

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

This div border color is #cce6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce6fe


Comments

No comments written yet.

Please login to write comment.