Color Hex Logo

#cad5ee Color Hex

#CAD5EE
(202,213,238)
0 Favorites   0 Comments

Color spaces of #cad5ee

RGB 202213238
HSL0.620.510.86
HSV222°15°93°
CMYK 0.150.110.00   0.07
XYZ63.584066.318190.3384
Yxy66.31810.28870.3011
Hunter Lab81.4359-3.1426-8.7664
CIE-Lab85.15841.2660-13.5210

#cad5ee color RGB value is (202,213,238).

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

The process color (four color CMYK) of #cad5ee color hex is 0.15, 0.11, 0.00, 0.07. Web safe color of #cad5ee is #ccccff. Color #cad5ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010101 11101110
Octal 312 325 356
Decimal 202 213 238
Hex CA D5 EE

RGB Percentages of Color #cad5ee

%30.93
%32.62
%36.45

CMYK Percentages of Color #cad5ee

%15
%11
%0
%7

Triadic Colors of #cad5ee

#cad5ee #eecad5 #d5eeca

Analogous Colors of #cad5ee

#cad5ee #d1caee #cae7ee

Monochromatic Colors of #cad5ee

#cad5ee

Complementary Color

#cad5ee #eee3ca

#cad5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad5ee Color CSS Codes

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

#cad5ee Text Font Color

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

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


#cad5ee Background Color

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

This div background color is #cad5ee


#cad5ee Border Color

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

This div border color is #cad5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad5ee


Comments

No comments written yet.

Please login to write comment.