Color Hex Logo

#a99cef Color Hex

#A99CEF
(169,156,239)
0 Favorites   0 Comments

Color spaces of #a99cef

RGB 169156239
HSL0.690.720.77
HSV249°35°94°
CMYK 0.290.350.00   0.06
XYZ43.830638.443986.7717
Yxy38.44390.25930.2274
Hunter Lab62.003117.6778-39.5725
CIE-Lab68.346522.7300-40.0004

#a99cef color RGB value is (169,156,239).

#a99cef hex color red value is 169, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a99cef hue: 0.69 , saturation: 0.72 and the lightness value of a99cef is 0.77.

The process color (four color CMYK) of #a99cef color hex is 0.29, 0.35, 0.00, 0.06. Web safe color of #a99cef is #9999ff. Color #a99cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011100 11101111
Octal 251 234 357
Decimal 169 156 239
Hex A9 9C EF

RGB Percentages of Color #a99cef

%29.96
%27.66
%42.38

CMYK Percentages of Color #a99cef

%29
%35
%0
%6

Triadic Colors of #a99cef

#a99cef #efa99c #9cefa9

Analogous Colors of #a99cef

#a99cef #d39cef #9cb9ef

Monochromatic Colors of #a99cef

#a99cef

Complementary Color

#a99cef #e2ef9c

#a99cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99cef Color CSS Codes

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

#a99cef Text Font Color

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

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


#a99cef Background Color

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

This div background color is #a99cef


#a99cef Border Color

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

This div border color is #a99cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,156,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a99cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a99cef;
  -webkit-box-shadow: 1px 1px 3px 2px #a99cef;
  box-shadow:         1px 1px 3px 2px #a99cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,156,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99cef


Comments

No comments written yet.

Please login to write comment.