Color Hex Logo

#cae2ff Color Hex

#CAE2FF
(202,226,255)
0 Favorites   0 Comments

Color spaces of #cae2ff

RGB 202226255
HSL0.591.000.90
HSV213°21°100°
CMYK 0.210.110.00   0.00
XYZ69.603574.1693105.2553
Yxy74.16930.27950.2978
Hunter Lab86.1216-6.4491-12.1774
CIE-Lab89.0024-1.9175-16.7150

#cae2ff color RGB value is (202,226,255).

#cae2ff hex color red value is 202, green value is 226 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cae2ff hue: 0.59 , saturation: 1.00 and the lightness value of cae2ff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 11111111
Octal 312 342 377
Decimal 202 226 255
Hex CA E2 FF

RGB Percentages of Color #cae2ff

%29.58
%33.09
%37.34

CMYK Percentages of Color #cae2ff

%21
%11
%0
%0

Triadic Colors of #cae2ff

#cae2ff #ffcae2 #e2ffca

Analogous Colors of #cae2ff

#cae2ff #cdcaff #cafdff

Monochromatic Colors of #cae2ff

#cae2ff

Complementary Color

#cae2ff #ffe7ca

#cae2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae2ff Color CSS Codes

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

#cae2ff Text Font Color

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

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


#cae2ff Background Color

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

This div background color is #cae2ff


#cae2ff Border Color

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

This div border color is #cae2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.