Color Hex Logo

#caadd7 Color Hex

#CAADD7
(202,173,215)
2 Favorites   0 Comments

Color spaces of #caadd7

RGB 202173215
HSL0.780.340.76
HSV281°20°84°
CMYK 0.060.200.00   0.16
XYZ51.566447.350070.7116
Yxy47.35000.30400.2791
Hunter Lab68.811313.3459-12.7594
CIE-Lab74.413118.0874-17.3123

#caadd7 color RGB value is (202,173,215).

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

The process color (four color CMYK) of #caadd7 color hex is 0.06, 0.20, 0.00, 0.16. Web safe color of #caadd7 is #cc99cc. Color #caadd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11010111
Octal 312 255 327
Decimal 202 173 215
Hex CA AD D7

RGB Percentages of Color #caadd7

%34.24
%29.32
%36.44

CMYK Percentages of Color #caadd7

%6
%20
%0
%16

Triadic Colors of #caadd7

#caadd7 #d7caad #add7ca

Analogous Colors of #caadd7

#caadd7 #d7adcf #b5add7

Monochromatic Colors of #caadd7

#caadd7

Complementary Color

#caadd7 #bad7ad

#caadd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caadd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caadd7 Color CSS Codes

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

#caadd7 Text Font Color

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

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


#caadd7 Background Color

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

This div background color is #caadd7


#caadd7 Border Color

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

This div border color is #caadd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caadd7


Comments

No comments written yet.

Please login to write comment.