Color Hex Logo

#caacd2 Color Hex

#CAACD2
(202,172,210)
0 Favorites   0 Comments

Color spaces of #caacd2

RGB 202172210
HSL0.800.300.75
HSV287°18°82°
CMYK 0.040.180.00   0.18
XYZ50.742546.714767.3152
Yxy46.71470.30800.2835
Hunter Lab68.348212.9113-10.5502
CIE-Lab74.006917.6546-15.1940

#caacd2 color RGB value is (202,172,210).

#caacd2 hex color red value is 202, green value is 172 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #caacd2 hue: 0.80 , saturation: 0.30 and the lightness value of caacd2 is 0.75.

The process color (four color CMYK) of #caacd2 color hex is 0.04, 0.18, 0.00, 0.18. Web safe color of #caacd2 is #cc99cc. Color #caacd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101100 11010010
Octal 312 254 322
Decimal 202 172 210
Hex CA AC D2

RGB Percentages of Color #caacd2

%34.59
%29.45
%35.96

CMYK Percentages of Color #caacd2

%4
%18
%0
%18

Triadic Colors of #caacd2

#caacd2 #d2caac #acd2ca

Analogous Colors of #caacd2

#caacd2 #d2acc7 #b7acd2

Monochromatic Colors of #caacd2

#caacd2

Complementary Color

#caacd2 #b4d2ac

#caacd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caacd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caacd2 Color CSS Codes

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

#caacd2 Text Font Color

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

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


#caacd2 Background Color

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

This div background color is #caacd2


#caacd2 Border Color

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

This div border color is #caacd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caacd2


Comments

No comments written yet.

Please login to write comment.