Color Hex Logo

#ac94bf Color Hex

#AC94BF
(172,148,191)
0 Favorites   0 Comments

Color spaces of #ac94bf

RGB 172148191
HSL0.760.250.66
HSV273°23°75°
CMYK 0.100.230.00   0.25
XYZ37.007133.712153.8468
Yxy33.71210.29710.2706
Hunter Lab58.062112.1620-14.3420
CIE-Lab64.733417.1171-18.9645

#ac94bf color RGB value is (172,148,191).

#ac94bf hex color red value is 172, green value is 148 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac94bf hue: 0.76 , saturation: 0.25 and the lightness value of ac94bf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 10111111
Octal 254 224 277
Decimal 172 148 191
Hex AC 94 BF

RGB Percentages of Color #ac94bf

%33.66
%28.96
%37.38

CMYK Percentages of Color #ac94bf

%10
%23
%0
%25

Triadic Colors of #ac94bf

#ac94bf #bfac94 #94bfac

Analogous Colors of #ac94bf

#ac94bf #bf94bd #9794bf

Monochromatic Colors of #ac94bf

#ac94bf

Complementary Color

#ac94bf #a7bf94

#ac94bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac94bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac94bf Color CSS Codes

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

#ac94bf Text Font Color

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

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


#ac94bf Background Color

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

This div background color is #ac94bf


#ac94bf Border Color

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

This div border color is #ac94bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac94bf


Comments

No comments written yet.

Please login to write comment.