Color Hex Logo

#cceafe Color Hex

#CCEAFE
(204,234,254)
0 Favorites   0 Comments

Color spaces of #cceafe

RGB 204234254
HSL0.570.960.90
HSV204°20°100°
CMYK 0.200.080.00   0.00
XYZ72.214178.8388105.1772
Yxy78.83880.28180.3077
Hunter Lab88.7912-10.2102-8.0778
CIE-Lab91.1613-5.6574-12.9439

#cceafe color RGB value is (204,234,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 11111110
Octal 314 352 376
Decimal 204 234 254
Hex CC EA FE

RGB Percentages of Color #cceafe

%29.48
%33.82
%36.71

CMYK Percentages of Color #cceafe

%20
%8
%0
%0

Triadic Colors of #cceafe

#cceafe #feccea #eafecc

Analogous Colors of #cceafe

#cceafe #ccd1fe #ccfef9

Monochromatic Colors of #cceafe

#cceafe

Complementary Color

#cceafe #fee0cc

#cceafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceafe Color CSS Codes

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

#cceafe Text Font Color

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

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


#cceafe Background Color

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

This div background color is #cceafe


#cceafe Border Color

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

This div border color is #cceafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceafe

Related Colors


Comments

No comments written yet.

Please login to write comment.