Color Hex Logo

#cae1fc Color Hex

#CAE1FC
(202,225,252)
0 Favorites   0 Comments

Color spaces of #cae1fc

RGB 202225252
HSL0.590.890.89
HSV212°20°99°
CMYK 0.200.110.00   0.01
XYZ68.853073.4353102.6409
Yxy73.43530.28110.2998
Hunter Lab85.6944-6.5456-11.0288
CIE-Lab88.6549-2.0452-15.6631

#cae1fc color RGB value is (202,225,252).

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

The process color (four color CMYK) of #cae1fc color hex is 0.20, 0.11, 0.00, 0.01. Web safe color of #cae1fc is #ccccff. Color #cae1fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 11111100
Octal 312 341 374
Decimal 202 225 252
Hex CA E1 FC

RGB Percentages of Color #cae1fc

%29.75
%33.14
%37.11

CMYK Percentages of Color #cae1fc

%20
%11
%0
%1

Triadic Colors of #cae1fc

#cae1fc #fccae1 #e1fcca

Analogous Colors of #cae1fc

#cae1fc #cccafc #cafafc

Monochromatic Colors of #cae1fc

#cae1fc

Complementary Color

#cae1fc #fce5ca

#cae1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae1fc Color CSS Codes

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

#cae1fc Text Font Color

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

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


#cae1fc Background Color

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

This div background color is #cae1fc


#cae1fc Border Color

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

This div border color is #cae1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae1fc


Comments

No comments written yet.

Please login to write comment.