Color Hex Logo

#ac99da Color Hex

#AC99DA
(172,153,218)
0 Favorites   0 Comments

Color spaces of #ac99da

RGB 172153218
HSL0.720.470.73
HSV258°30°85°
CMYK 0.210.300.00   0.15
XYZ41.059436.615171.2330
Yxy36.61510.27570.2459
Hunter Lab60.510415.2281-27.4390
CIE-Lab66.987320.2699-30.5401

#ac99da color RGB value is (172,153,218).

#ac99da hex color red value is 172, green value is 153 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ac99da hue: 0.72 , saturation: 0.47 and the lightness value of ac99da is 0.73.

The process color (four color CMYK) of #ac99da color hex is 0.21, 0.30, 0.00, 0.15. Web safe color of #ac99da is #9999cc. Color #ac99da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 11011010
Octal 254 231 332
Decimal 172 153 218
Hex AC 99 DA

RGB Percentages of Color #ac99da

%31.68
%28.18
%40.15

CMYK Percentages of Color #ac99da

%21
%30
%0
%15

Triadic Colors of #ac99da

#ac99da #daac99 #99daac

Analogous Colors of #ac99da

#ac99da #cd99da #99a7da

Monochromatic Colors of #ac99da

#ac99da

Complementary Color

#ac99da #c7da99

#ac99da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac99da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac99da Color CSS Codes

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

#ac99da Text Font Color

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

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


#ac99da Background Color

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

This div background color is #ac99da


#ac99da Border Color

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

This div border color is #ac99da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac99da


Comments

No comments written yet.

Please login to write comment.