Color Hex Logo

#cae3ec Color Hex

#CAE3EC
(202,227,236)
1 Favorites   0 Comments

Color spaces of #cae3ec

RGB 202227236
HSL0.540.470.86
HSV196°14°93°
CMYK 0.140.040.00   0.07
XYZ66.966573.550990.0241
Yxy73.55090.29050.3190
Hunter Lab85.7618-10.7027-2.2034
CIE-Lab88.7098-6.4210-7.1797

#cae3ec color RGB value is (202,227,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 11101100
Octal 312 343 354
Decimal 202 227 236
Hex CA E3 EC

RGB Percentages of Color #cae3ec

%30.38
%34.14
%35.49

CMYK Percentages of Color #cae3ec

%14
%4
%0
%7

Triadic Colors of #cae3ec

#cae3ec #eccae3 #e3ecca

Analogous Colors of #cae3ec

#cae3ec #cad2ec #caece4

Monochromatic Colors of #cae3ec

#cae3ec

Complementary Color

#cae3ec #ecd3ca

#cae3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae3ec Color CSS Codes

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

#cae3ec Text Font Color

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

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


#cae3ec Background Color

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

This div background color is #cae3ec


#cae3ec Border Color

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

This div border color is #cae3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae3ec


Comments

No comments written yet.

Please login to write comment.