Color Hex Logo

#acabd2 Color Hex

#ACABD2
(172,171,210)
0 Favorites   0 Comments

Color spaces of #acabd2

RGB 172171210
HSL0.670.300.75
HSV242°19°82°
CMYK 0.180.190.00   0.18
XYZ43.209042.549666.9083
Yxy42.54960.28300.2787
Hunter Lab65.23014.0875-15.1544
CIE-Lab71.24828.3879-19.6064

#acabd2 color RGB value is (172,171,210).

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

The process color (four color CMYK) of #acabd2 color hex is 0.18, 0.19, 0.00, 0.18. Web safe color of #acabd2 is #9999cc. Color #acabd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 11010010
Octal 254 253 322
Decimal 172 171 210
Hex AC AB D2

RGB Percentages of Color #acabd2

%31.10
%30.92
%37.97

CMYK Percentages of Color #acabd2

%18
%19
%0
%18

Triadic Colors of #acabd2

#acabd2 #d2acab #abd2ac

Analogous Colors of #acabd2

#acabd2 #c0abd2 #abbed2

Monochromatic Colors of #acabd2

#acabd2

Complementary Color

#acabd2 #d1d2ab

#acabd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabd2 Color CSS Codes

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

#acabd2 Text Font Color

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

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


#acabd2 Background Color

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

This div background color is #acabd2


#acabd2 Border Color

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

This div border color is #acabd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabd2


Comments

No comments written yet.

Please login to write comment.