Color Hex Logo

#cae3fa Color Hex

#CAE3FA
(202,227,250)
0 Favorites   0 Comments

Color spaces of #cae3fa

RGB 202227250
HSL0.580.830.89
HSV209°19°98°
CMYK 0.190.090.00   0.02
XYZ69.081574.3969101.1615
Yxy74.39690.28240.3041
Hunter Lab86.2536-7.9812-9.1600
CIE-Lab89.1097-3.5094-13.9322

#cae3fa color RGB value is (202,227,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 11111010
Octal 312 343 372
Decimal 202 227 250
Hex CA E3 FA

RGB Percentages of Color #cae3fa

%29.75
%33.43
%36.82

CMYK Percentages of Color #cae3fa

%19
%9
%0
%2

Triadic Colors of #cae3fa

#cae3fa #facae3 #e3faca

Analogous Colors of #cae3fa

#cae3fa #cacbfa #cafaf9

Monochromatic Colors of #cae3fa

#cae3fa

Complementary Color

#cae3fa #fae1ca

#cae3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae3fa Color CSS Codes

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

#cae3fa Text Font Color

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

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


#cae3fa Background Color

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

This div background color is #cae3fa


#cae3fa Border Color

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

This div border color is #cae3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae3fa

#cae3fa Color Palettes


Comments

No comments written yet.

Please login to write comment.