Color Hex Logo

#ac98bf Color Hex

#AC98BF
(172,152,191)
0 Favorites   0 Comments

Color spaces of #ac98bf

RGB 172152191
HSL0.750.230.67
HSV271°20°75°
CMYK 0.100.200.00   0.25
XYZ37.645534.988754.0596
Yxy34.98870.29710.2762
Hunter Lab59.151210.0877-12.7805
CIE-Lab65.739914.8664-17.4372

#ac98bf color RGB value is (172,152,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 10111111
Octal 254 230 277
Decimal 172 152 191
Hex AC 98 BF

RGB Percentages of Color #ac98bf

%33.40
%29.51
%37.09

CMYK Percentages of Color #ac98bf

%10
%20
%0
%25

Triadic Colors of #ac98bf

#ac98bf #bfac98 #98bfac

Analogous Colors of #ac98bf

#ac98bf #bf98bf #9998bf

Monochromatic Colors of #ac98bf

#ac98bf

Complementary Color

#ac98bf #abbf98

#ac98bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac98bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac98bf Color CSS Codes

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

#ac98bf Text Font Color

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

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


#ac98bf Background Color

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

This div background color is #ac98bf


#ac98bf Border Color

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

This div border color is #ac98bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac98bf


Comments

No comments written yet.

Please login to write comment.