Color Hex Logo

#cad5ec Color Hex

#CAD5EC
(202,213,236)
0 Favorites   0 Comments

Color spaces of #cad5ec

RGB 202213236
HSL0.610.470.86
HSV221°14°93°
CMYK 0.140.100.00   0.07
XYZ63.291766.201288.7992
Yxy66.20120.28990.3033
Hunter Lab81.3641-3.5352-7.7531
CIE-Lab85.09890.8512-12.5500

#cad5ec color RGB value is (202,213,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010101 11101100
Octal 312 325 354
Decimal 202 213 236
Hex CA D5 EC

RGB Percentages of Color #cad5ec

%31.03
%32.72
%36.25

CMYK Percentages of Color #cad5ec

%14
%10
%0
%7

Triadic Colors of #cad5ec

#cad5ec #eccad5 #d5ecca

Analogous Colors of #cad5ec

#cad5ec #d0caec #cae6ec

Monochromatic Colors of #cad5ec

#cad5ec

Complementary Color

#cad5ec #ece1ca

#cad5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad5ec Color CSS Codes

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

#cad5ec Text Font Color

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

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


#cad5ec Background Color

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

This div background color is #cad5ec


#cad5ec Border Color

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

This div border color is #cad5ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad5ec


Comments

No comments written yet.

Please login to write comment.