Color Hex Logo

#cae7ec Color Hex

#CAE7EC
(202,231,236)
0 Favorites   0 Comments

Color spaces of #cae7ec

RGB 202231236
HSL0.520.470.86
HSV189°14°93°
CMYK 0.140.020.00   0.07
XYZ68.073475.764590.3930
Yxy75.76450.29060.3235
Hunter Lab87.0428-12.7258-0.6421
CIE-Lab89.7499-8.4662-5.6425

#cae7ec color RGB value is (202,231,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 11101100
Octal 312 347 354
Decimal 202 231 236
Hex CA E7 EC

RGB Percentages of Color #cae7ec

%30.19
%34.53
%35.28

CMYK Percentages of Color #cae7ec

%14
%2
%0
%7

Triadic Colors of #cae7ec

#cae7ec #eccae7 #e7ecca

Analogous Colors of #cae7ec

#cae7ec #cad6ec #caece0

Monochromatic Colors of #cae7ec

#cae7ec

Complementary Color

#cae7ec #eccfca

#cae7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae7ec Color CSS Codes

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

#cae7ec Text Font Color

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

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


#cae7ec Background Color

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

This div background color is #cae7ec


#cae7ec Border Color

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

This div border color is #cae7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae7ec


Comments

No comments written yet.

Please login to write comment.