Color Hex Logo

#cae3ff Color Hex

#CAE3FF
(202,227,255)
1 Favorites   0 Comments

Color spaces of #cae3ff

RGB 202227255
HSL0.591.000.90
HSV212°21°100°
CMYK 0.210.110.00   0.00
XYZ69.876274.7147105.3463
Yxy74.71470.27960.2989
Hunter Lab86.4377-6.9665-11.7536
CIE-Lab89.2592-2.4363-16.3293

#cae3ff color RGB value is (202,227,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 11111111
Octal 312 343 377
Decimal 202 227 255
Hex CA E3 FF

RGB Percentages of Color #cae3ff

%29.53
%33.19
%37.28

CMYK Percentages of Color #cae3ff

%21
%11
%0
%0

Triadic Colors of #cae3ff

#cae3ff #ffcae3 #e3ffca

Analogous Colors of #cae3ff

#cae3ff #cccaff #cafeff

Monochromatic Colors of #cae3ff

#cae3ff

Complementary Color

#cae3ff #ffe6ca

#cae3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae3ff Color CSS Codes

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

#cae3ff Text Font Color

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

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


#cae3ff Background Color

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

This div background color is #cae3ff


#cae3ff Border Color

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

This div border color is #cae3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae3ff

#cae3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.