Color Hex Logo

#caaad7 Color Hex

#CAAAD7
(202,170,215)
0 Favorites   0 Comments

Color spaces of #caaad7

RGB 202170215
HSL0.790.360.75
HSV283°21°84°
CMYK 0.060.210.00   0.16
XYZ50.997646.212370.5220
Yxy46.21230.30400.2755
Hunter Lab67.979614.9445-13.9216
CIE-Lab73.683119.7290-18.4160

#caaad7 color RGB value is (202,170,215).

#caaad7 hex color red value is 202, green value is 170 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #caaad7 hue: 0.79 , saturation: 0.36 and the lightness value of caaad7 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101010 11010111
Octal 312 252 327
Decimal 202 170 215
Hex CA AA D7

RGB Percentages of Color #caaad7

%34.41
%28.96
%36.63

CMYK Percentages of Color #caaad7

%6
%21
%0
%16

Triadic Colors of #caaad7

#caaad7 #d7caaa #aad7ca

Analogous Colors of #caaad7

#caaad7 #d7aace #b4aad7

Monochromatic Colors of #caaad7

#caaad7

Complementary Color

#caaad7 #b7d7aa

#caaad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaad7 Color CSS Codes

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

#caaad7 Text Font Color

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

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


#caaad7 Background Color

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

This div background color is #caaad7


#caaad7 Border Color

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

This div border color is #caaad7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,170,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 #caaad7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaad7


Comments

No comments written yet.

Please login to write comment.