Color Hex Logo

#cae6fa Color Hex

#CAE6FA
(202,230,250)
0 Favorites   0 Comments

Color spaces of #cae6fa

RGB 202230250
HSL0.570.830.89
HSV205°19°98°
CMYK 0.190.080.00   0.02
XYZ69.909376.0523101.4374
Yxy76.05230.28260.3074
Hunter Lab87.2080-9.5214-7.9186
CIE-Lab89.8836-5.0566-12.7752

#cae6fa color RGB value is (202,230,250).

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

The process color (four color CMYK) of #cae6fa color hex is 0.19, 0.08, 0.00, 0.02. Web safe color of #cae6fa is #ccffff. Color #cae6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 11111010
Octal 312 346 372
Decimal 202 230 250
Hex CA E6 FA

RGB Percentages of Color #cae6fa

%29.62
%33.72
%36.66

CMYK Percentages of Color #cae6fa

%19
%8
%0
%2

Triadic Colors of #cae6fa

#cae6fa #facae6 #e6faca

Analogous Colors of #cae6fa

#cae6fa #cacefa #cafaf6

Monochromatic Colors of #cae6fa

#cae6fa

Complementary Color

#cae6fa #fadeca

#cae6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae6fa Color CSS Codes

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

#cae6fa Text Font Color

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

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


#cae6fa Background Color

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

This div background color is #cae6fa


#cae6fa Border Color

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

This div border color is #cae6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae6fa


Comments

No comments written yet.

Please login to write comment.