Color Hex Logo

#cae1fa Color Hex

#CAE1FA
(202,225,250)
0 Favorites   0 Comments

Color spaces of #cae1fa

RGB 202225250
HSL0.590.830.89
HSV211°19°98°
CMYK 0.190.100.00   0.02
XYZ68.537773.3091100.9802
Yxy73.30910.28220.3019
Hunter Lab85.6207-6.9506-9.9915
CIE-Lab88.5949-2.4731-14.7032

#cae1fa color RGB value is (202,225,250).

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

The process color (four color CMYK) of #cae1fa color hex is 0.19, 0.10, 0.00, 0.02. Web safe color of #cae1fa is #ccccff. Color #cae1fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 11111010
Octal 312 341 372
Decimal 202 225 250
Hex CA E1 FA

RGB Percentages of Color #cae1fa

%29.84
%33.23
%36.93

CMYK Percentages of Color #cae1fa

%19
%10
%0
%2

Triadic Colors of #cae1fa

#cae1fa #facae1 #e1faca

Analogous Colors of #cae1fa

#cae1fa #cbcafa #caf9fa

Monochromatic Colors of #cae1fa

#cae1fa

Complementary Color

#cae1fa #fae3ca

#cae1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae1fa Color CSS Codes

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

#cae1fa Text Font Color

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

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


#cae1fa Background Color

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

This div background color is #cae1fa


#cae1fa Border Color

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

This div border color is #cae1fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,225,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cae1fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae1fa

Related Colors


Comments

No comments written yet.

Please login to write comment.