Color Hex Logo

#cae8ed Color Hex

#CAE8ED
(202,232,237)
0 Favorites   0 Comments

Color spaces of #cae8ed

RGB 202232237
HSL0.520.490.86
HSV189°15°93°
CMYK 0.150.020.00   0.07
XYZ68.499876.384291.2541
Yxy76.38420.29010.3235
Hunter Lab87.3981-13.0440-0.7273
CIE-Lab90.0374-8.7735-5.7417

#cae8ed color RGB value is (202,232,237).

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

The process color (four color CMYK) of #cae8ed color hex is 0.15, 0.02, 0.00, 0.07. Web safe color of #cae8ed is #ccffff. Color #cae8ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 11101101
Octal 312 350 355
Decimal 202 232 237
Hex CA E8 ED

RGB Percentages of Color #cae8ed

%30.10
%34.58
%35.32

CMYK Percentages of Color #cae8ed

%15
%2
%0
%7

Triadic Colors of #cae8ed

#cae8ed #edcae8 #e8edca

Analogous Colors of #cae8ed

#cae8ed #cad7ed #caede1

Monochromatic Colors of #cae8ed

#cae8ed

Complementary Color

#cae8ed #edcfca

#cae8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae8ed Color CSS Codes

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

#cae8ed Text Font Color

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

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


#cae8ed Background Color

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

This div background color is #cae8ed


#cae8ed Border Color

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

This div border color is #cae8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae8ed

#cae8ed Color Palettes


Comments

No comments written yet.

Please login to write comment.