Color Hex Logo

#caacdd Color Hex

#CAACDD
(202,172,221)
0 Favorites   0 Comments

Color spaces of #caacdd

RGB 202172221
HSL0.770.420.77
HSV277°22°87°
CMYK 0.090.220.00   0.13
XYZ52.160847.282174.7838
Yxy47.28210.29940.2714
Hunter Lab68.762015.0713-16.3489
CIE-Lab74.369919.8347-20.6497

#caacdd color RGB value is (202,172,221).

#caacdd hex color red value is 202, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #caacdd hue: 0.77 , saturation: 0.42 and the lightness value of caacdd is 0.77.

The process color (four color CMYK) of #caacdd color hex is 0.09, 0.22, 0.00, 0.13. Web safe color of #caacdd is #cc99cc. Color #caacdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101100 11011101
Octal 312 254 335
Decimal 202 172 221
Hex CA AC DD

RGB Percentages of Color #caacdd

%33.95
%28.91
%37.14

CMYK Percentages of Color #caacdd

%9
%22
%0
%13

Triadic Colors of #caacdd

#caacdd #ddcaac #acddca

Analogous Colors of #caacdd

#caacdd #ddacd8 #b2acdd

Monochromatic Colors of #caacdd

#caacdd

Complementary Color

#caacdd #bfddac

#caacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caacdd Color CSS Codes

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

#caacdd Text Font Color

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

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


#caacdd Background Color

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

This div background color is #caacdd


#caacdd Border Color

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

This div border color is #caacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caacdd


Comments

No comments written yet.

Please login to write comment.