Color Hex Logo

#cad9ed Color Hex

#CAD9ED
(202,217,237)
0 Favorites   0 Comments

Color spaces of #cad9ed

RGB 202217237
HSL0.600.490.86
HSV214°15°93°
CMYK 0.150.080.00   0.07
XYZ64.456068.296789.9061
Yxy68.29670.28950.3067
Hunter Lab82.6418-5.4032-6.6524
CIE-Lab86.1546-1.0379-11.5032

#cad9ed color RGB value is (202,217,237).

#cad9ed hex color red value is 202, green value is 217 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cad9ed hue: 0.60 , saturation: 0.49 and the lightness value of cad9ed is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011001 11101101
Octal 312 331 355
Decimal 202 217 237
Hex CA D9 ED

RGB Percentages of Color #cad9ed

%30.79
%33.08
%36.13

CMYK Percentages of Color #cad9ed

%15
%8
%0
%7

Triadic Colors of #cad9ed

#cad9ed #edcad9 #d9edca

Analogous Colors of #cad9ed

#cad9ed #cdcaed #caebed

Monochromatic Colors of #cad9ed

#cad9ed

Complementary Color

#cad9ed #eddeca

#cad9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad9ed Color CSS Codes

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

#cad9ed Text Font Color

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

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


#cad9ed Background Color

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

This div background color is #cad9ed


#cad9ed Border Color

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

This div border color is #cad9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad9ed


Comments

No comments written yet.

Please login to write comment.