Color Hex Logo

#cae6fc Color Hex

#CAE6FC
(202,230,252)
0 Favorites   0 Comments

Color spaces of #cae6fc

RGB 202230252
HSL0.570.890.89
HSV206°20°99°
CMYK 0.200.090.00   0.01
XYZ70.224676.1785103.0981
Yxy76.17850.28150.3053
Hunter Lab87.2803-9.1217-8.9389
CIE-Lab89.9422-4.6314-13.7345

#cae6fc color RGB value is (202,230,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 11111100
Octal 312 346 374
Decimal 202 230 252
Hex CA E6 FC

RGB Percentages of Color #cae6fc

%29.53
%33.63
%36.84

CMYK Percentages of Color #cae6fc

%20
%9
%0
%1

Triadic Colors of #cae6fc

#cae6fc #fccae6 #e6fcca

Analogous Colors of #cae6fc

#cae6fc #cacdfc #cafcf9

Monochromatic Colors of #cae6fc

#cae6fc

Complementary Color

#cae6fc #fce0ca

#cae6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae6fc Color CSS Codes

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

#cae6fc Text Font Color

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

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


#cae6fc Background Color

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

This div background color is #cae6fc


#cae6fc Border Color

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

This div border color is #cae6fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae6fc


Comments

No comments written yet.

Please login to write comment.