Color Hex Logo

#a99bce Color Hex

#A99BCE
(169,155,206)
0 Favorites   0 Comments

Color spaces of #a99bce

RGB 169155206
HSL0.710.340.71
HSV256°25°81°
CMYK 0.180.250.00   0.19
XYZ39.224136.333963.3383
Yxy36.33390.28240.2616
Hunter Lab60.277610.6685-20.1062
CIE-Lab66.774315.4702-24.2405

#a99bce color RGB value is (169,155,206).

#a99bce hex color red value is 169, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a99bce hue: 0.71 , saturation: 0.34 and the lightness value of a99bce is 0.71.

The process color (four color CMYK) of #a99bce color hex is 0.18, 0.25, 0.00, 0.19. Web safe color of #a99bce is #9999cc. Color #a99bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011011 11001110
Octal 251 233 316
Decimal 169 155 206
Hex A9 9B CE

RGB Percentages of Color #a99bce

%31.89
%29.25
%38.87

CMYK Percentages of Color #a99bce

%18
%25
%0
%19

Triadic Colors of #a99bce

#a99bce #cea99b #9bcea9

Analogous Colors of #a99bce

#a99bce #c39bce #9ba7ce

Monochromatic Colors of #a99bce

#a99bce

Complementary Color

#a99bce #c0ce9b

#a99bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99bce Color CSS Codes

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

#a99bce Text Font Color

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

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


#a99bce Background Color

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

This div background color is #a99bce


#a99bce Border Color

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

This div border color is #a99bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99bce


Comments

No comments written yet.

Please login to write comment.