Color Hex Logo

#acabdd Color Hex

#ACABDD
(172,171,221)
0 Favorites   0 Comments

Color spaces of #acabdd

RGB 172171221
HSL0.670.420.77
HSV241°23°87°
CMYK 0.220.230.00   0.13
XYZ44.627343.116974.3769
Yxy43.11690.27530.2660
Hunter Lab65.66356.4041-21.1933
CIE-Lab71.634210.8852-25.0457

#acabdd color RGB value is (172,171,221).

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

The process color (four color CMYK) of #acabdd color hex is 0.22, 0.23, 0.00, 0.13. Web safe color of #acabdd is #9999cc. Color #acabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 11011101
Octal 254 253 335
Decimal 172 171 221
Hex AC AB DD

RGB Percentages of Color #acabdd

%30.50
%30.32
%39.18

CMYK Percentages of Color #acabdd

%22
%23
%0
%13

Triadic Colors of #acabdd

#acabdd #ddacab #abddac

Analogous Colors of #acabdd

#acabdd #c5abdd #abc3dd

Monochromatic Colors of #acabdd

#acabdd

Complementary Color

#acabdd #dcddab

#acabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabdd Color CSS Codes

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

#acabdd Text Font Color

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

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


#acabdd Background Color

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

This div background color is #acabdd


#acabdd Border Color

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

This div border color is #acabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabdd


Comments

No comments written yet.

Please login to write comment.