Color Hex Logo

#caadd9 Color Hex

#CAADD9
(202,173,217)
0 Favorites   0 Comments

Color spaces of #caadd9

RGB 202173217
HSL0.780.370.76
HSV280°20°85°
CMYK 0.070.200.00   0.15
XYZ51.825147.453572.0736
Yxy47.45350.30240.2769
Hunter Lab68.886513.7388-13.8126
CIE-Lab74.478918.4845-18.3037

#caadd9 color RGB value is (202,173,217).

#caadd9 hex color red value is 202, green value is 173 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #caadd9 hue: 0.78 , saturation: 0.37 and the lightness value of caadd9 is 0.76.

The process color (four color CMYK) of #caadd9 color hex is 0.07, 0.20, 0.00, 0.15. Web safe color of #caadd9 is #cc99cc. Color #caadd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11011001
Octal 312 255 331
Decimal 202 173 217
Hex CA AD D9

RGB Percentages of Color #caadd9

%34.12
%29.22
%36.66

CMYK Percentages of Color #caadd9

%7
%20
%0
%15

Triadic Colors of #caadd9

#caadd9 #d9caad #add9ca

Analogous Colors of #caadd9

#caadd9 #d9add2 #b4add9

Monochromatic Colors of #caadd9

#caadd9

Complementary Color

#caadd9 #bcd9ad

#caadd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caadd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caadd9 Color CSS Codes

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

#caadd9 Text Font Color

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

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


#caadd9 Background Color

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

This div background color is #caadd9


#caadd9 Border Color

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

This div border color is #caadd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caadd9


Comments

No comments written yet.

Please login to write comment.