Color Hex Logo

#cceafc Color Hex

#CCEAFC
(204,234,252)
0 Favorites   0 Comments

Color spaces of #cceafc

RGB 204234252
HSL0.560.890.89
HSV203°19°99°
CMYK 0.190.070.00   0.01
XYZ71.895378.7113103.4990
Yxy78.71130.28290.3098
Hunter Lab88.7194-10.6084-7.0634
CIE-Lab91.1035-6.0807-11.9864

#cceafc color RGB value is (204,234,252).

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

The process color (four color CMYK) of #cceafc color hex is 0.19, 0.07, 0.00, 0.01. Web safe color of #cceafc is #ccffff. Color #cceafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 11111100
Octal 314 352 374
Decimal 204 234 252
Hex CC EA FC

RGB Percentages of Color #cceafc

%29.57
%33.91
%36.52

CMYK Percentages of Color #cceafc

%19
%7
%0
%1

Triadic Colors of #cceafc

#cceafc #fcccea #eafccc

Analogous Colors of #cceafc

#cceafc #ccd2fc #ccfcf6

Monochromatic Colors of #cceafc

#cceafc

Complementary Color

#cceafc #fcdecc

#cceafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceafc Color CSS Codes

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

#cceafc Text Font Color

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

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


#cceafc Background Color

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

This div background color is #cceafc


#cceafc Border Color

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

This div border color is #cceafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceafc


Comments

No comments written yet.

Please login to write comment.