Color Hex Logo

#cad5dc Color Hex

#CAD5DC
(202,213,220)
0 Favorites   0 Comments

Color spaces of #cad5dc

RGB 202213220
HSL0.560.200.83
HSV203°86°
CMYK 0.080.030.00   0.14
XYZ61.069665.312477.0980
Yxy65.31240.30010.3210
Hunter Lab80.8161-6.54260.0090
CIE-Lab84.6445-2.3606-4.7366

#cad5dc color RGB value is (202,213,220).

#cad5dc hex color red value is 202, green value is 213 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cad5dc hue: 0.56 , saturation: 0.20 and the lightness value of cad5dc is 0.83.

The process color (four color CMYK) of #cad5dc color hex is 0.08, 0.03, 0.00, 0.14. Web safe color of #cad5dc is #cccccc. Color #cad5dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010101 11011100
Octal 312 325 334
Decimal 202 213 220
Hex CA D5 DC

RGB Percentages of Color #cad5dc

%31.81
%33.54
%34.65

CMYK Percentages of Color #cad5dc

%8
%3
%0
%14

Triadic Colors of #cad5dc

#cad5dc #dccad5 #d5dcca

Analogous Colors of #cad5dc

#cad5dc #caccdc #cadcda

Monochromatic Colors of #cad5dc

#cad5dc

Complementary Color

#cad5dc #dcd1ca

#cad5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad5dc Color CSS Codes

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

#cad5dc Text Font Color

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

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


#cad5dc Background Color

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

This div background color is #cad5dc


#cad5dc Border Color

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

This div border color is #cad5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad5dc


Comments

No comments written yet.

Please login to write comment.