Color Hex Logo

#ac99bc Color Hex

#AC99BC
(172,153,188)
0 Favorites   0 Comments

Color spaces of #ac99bc

RGB 172153188
HSL0.760.210.67
HSV273°19°74°
CMYK 0.090.190.00   0.26
XYZ37.481635.184052.3926
Yxy35.18400.29970.2813
Hunter Lab59.31618.9902-10.8483
CIE-Lab65.891713.6784-15.5307

#ac99bc color RGB value is (172,153,188).

#ac99bc hex color red value is 172, green value is 153 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ac99bc hue: 0.76 , saturation: 0.21 and the lightness value of ac99bc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 10111100
Octal 254 231 274
Decimal 172 153 188
Hex AC 99 BC

RGB Percentages of Color #ac99bc

%33.53
%29.82
%36.65

CMYK Percentages of Color #ac99bc

%9
%19
%0
%26

Triadic Colors of #ac99bc

#ac99bc #bcac99 #99bcac

Analogous Colors of #ac99bc

#ac99bc #bc99bb #9b99bc

Monochromatic Colors of #ac99bc

#ac99bc

Complementary Color

#ac99bc #a9bc99

#ac99bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac99bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac99bc Color CSS Codes

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

#ac99bc Text Font Color

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

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


#ac99bc Background Color

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

This div background color is #ac99bc


#ac99bc Border Color

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

This div border color is #ac99bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac99bc


Comments

No comments written yet.

Please login to write comment.