Color Hex Logo

#cae2eb Color Hex

#CAE2EB
(202,226,235)
0 Favorites   0 Comments

Color spaces of #cae2eb

RGB 202226235
HSL0.550.450.86
HSV196°14°92°
CMYK 0.140.040.00   0.08
XYZ66.548972.947489.1700
Yxy72.94740.29100.3190
Hunter Lab85.4093-10.3831-2.1142
CIE-Lab88.4226-6.1099-7.0793

#cae2eb color RGB value is (202,226,235).

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

The process color (four color CMYK) of #cae2eb color hex is 0.14, 0.04, 0.00, 0.08. Web safe color of #cae2eb is #ccccff. Color #cae2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 11101011
Octal 312 342 353
Decimal 202 226 235
Hex CA E2 EB

RGB Percentages of Color #cae2eb

%30.47
%34.09
%35.44

CMYK Percentages of Color #cae2eb

%14
%4
%0
%8

Triadic Colors of #cae2eb

#cae2eb #ebcae2 #e2ebca

Analogous Colors of #cae2eb

#cae2eb #cad2eb #caebe4

Monochromatic Colors of #cae2eb

#cae2eb

Complementary Color

#cae2eb #ebd3ca

#cae2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae2eb Color CSS Codes

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

#cae2eb Text Font Color

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

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


#cae2eb Background Color

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

This div background color is #cae2eb


#cae2eb Border Color

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

This div border color is #cae2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae2eb


Comments

No comments written yet.

Please login to write comment.