Color Hex Logo

#acabdf Color Hex

#ACABDF
(172,171,223)
0 Favorites   0 Comments

Color spaces of #acabdf

RGB 172171223
HSL0.670.450.77
HSV241°23°87°
CMYK 0.230.230.00   0.13
XYZ44.895543.224275.7889
Yxy43.22420.27390.2637
Hunter Lab65.74516.8387-22.3261
CIE-Lab71.706911.3491-26.0281

#acabdf color RGB value is (172,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 11011111
Octal 254 253 337
Decimal 172 171 223
Hex AC AB DF

RGB Percentages of Color #acabdf

%30.39
%30.21
%39.40

CMYK Percentages of Color #acabdf

%23
%23
%0
%13

Triadic Colors of #acabdf

#acabdf #dfacab #abdfac

Analogous Colors of #acabdf

#acabdf #c6abdf #abc4df

Monochromatic Colors of #acabdf

#acabdf

Complementary Color

#acabdf #dedfab

#acabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabdf Color CSS Codes

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

#acabdf Text Font Color

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

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


#acabdf Background Color

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

This div background color is #acabdf


#acabdf Border Color

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

This div border color is #acabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabdf


Comments

No comments written yet.

Please login to write comment.