Color Hex Logo

#cae3ed Color Hex

#CAE3ED
(202,227,237)
0 Favorites   0 Comments

Color spaces of #cae3ed

RGB 202227237
HSL0.550.490.86
HSV197°15°93°
CMYK 0.150.040.00   0.07
XYZ67.112373.609290.7916
Yxy73.60920.28990.3179
Hunter Lab85.7958-10.5141-2.6853
CIE-Lab88.7375-6.2176-7.6639

#cae3ed color RGB value is (202,227,237).

#cae3ed hex color red value is 202, green value is 227 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cae3ed hue: 0.55 , saturation: 0.49 and the lightness value of cae3ed is 0.86.

The process color (four color CMYK) of #cae3ed color hex is 0.15, 0.04, 0.00, 0.07. Web safe color of #cae3ed is #ccccff. Color #cae3ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 11101101
Octal 312 343 355
Decimal 202 227 237
Hex CA E3 ED

RGB Percentages of Color #cae3ed

%30.33
%34.08
%35.59

CMYK Percentages of Color #cae3ed

%15
%4
%0
%7

Triadic Colors of #cae3ed

#cae3ed #edcae3 #e3edca

Analogous Colors of #cae3ed

#cae3ed #cad2ed #caede6

Monochromatic Colors of #cae3ed

#cae3ed

Complementary Color

#cae3ed #edd4ca

#cae3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae3ed Color CSS Codes

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

#cae3ed Text Font Color

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

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


#cae3ed Background Color

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

This div background color is #cae3ed


#cae3ed Border Color

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

This div border color is #cae3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae3ed

#cae3ed Color Palettes


Comments

No comments written yet.

Please login to write comment.