Color Hex Logo

#cae9fc Color Hex

#CAE9FC
(202,233,252)
0 Favorites   0 Comments

Color spaces of #cae9fc

RGB 202233252
HSL0.560.890.89
HSV203°20°99°
CMYK 0.200.080.00   0.01
XYZ71.066777.8627103.3788
Yxy77.86270.28170.3086
Hunter Lab88.2398-10.6592-7.6943
CIE-Lab90.7172-6.1726-12.5763

#cae9fc color RGB value is (202,233,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 11111100
Octal 312 351 374
Decimal 202 233 252
Hex CA E9 FC

RGB Percentages of Color #cae9fc

%29.40
%33.92
%36.68

CMYK Percentages of Color #cae9fc

%20
%8
%0
%1

Triadic Colors of #cae9fc

#cae9fc #fccae9 #e9fcca

Analogous Colors of #cae9fc

#cae9fc #cad0fc #cafcf6

Monochromatic Colors of #cae9fc

#cae9fc

Complementary Color

#cae9fc #fcddca

#cae9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae9fc Color CSS Codes

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

#cae9fc Text Font Color

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

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


#cae9fc Background Color

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

This div background color is #cae9fc


#cae9fc Border Color

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

This div border color is #cae9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae9fc


Comments

No comments written yet.

Please login to write comment.