Color Hex Logo

#a99cbc Color Hex

#A99CBC
(169,156,188)
0 Favorites   0 Comments

Color spaces of #a99cbc

RGB 169156188
HSL0.730.190.67
HSV264°17°74°
CMYK 0.100.170.00   0.26
XYZ37.327835.842852.5279
Yxy35.84280.29700.2851
Hunter Lab59.86896.5230-10.1118
CIE-Lab66.399610.9867-14.7897

#a99cbc color RGB value is (169,156,188).

#a99cbc hex color red value is 169, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a99cbc hue: 0.73 , saturation: 0.19 and the lightness value of a99cbc is 0.67.

The process color (four color CMYK) of #a99cbc color hex is 0.10, 0.17, 0.00, 0.26. Web safe color of #a99cbc is #9999cc. Color #a99cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011100 10111100
Octal 251 234 274
Decimal 169 156 188
Hex A9 9C BC

RGB Percentages of Color #a99cbc

%32.94
%30.41
%36.65

CMYK Percentages of Color #a99cbc

%10
%17
%0
%26

Triadic Colors of #a99cbc

#a99cbc #bca99c #9cbca9

Analogous Colors of #a99cbc

#a99cbc #b99cbc #9c9fbc

Monochromatic Colors of #a99cbc

#a99cbc

Complementary Color

#a99cbc #afbc9c

#a99cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99cbc Color CSS Codes

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

#a99cbc Text Font Color

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

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


#a99cbc Background Color

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

This div background color is #a99cbc


#a99cbc Border Color

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

This div border color is #a99cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99cbc


Comments

No comments written yet.

Please login to write comment.