Color Hex Logo

#b499aa Color Hex

#B499AA
(180,153,170)
0 Favorites   0 Comments

Color spaces of #b499aa

RGB 180153170
HSL0.900.150.65
HSV322°15°71°
CMYK 0.000.150.06   0.29
XYZ37.469335.388042.8859
Yxy35.38800.32370.3057
Hunter Lab59.48788.3273-1.1018
CIE-Lab66.049612.9574-5.1399

#b499aa color RGB value is (180,153,170).

#b499aa hex color red value is 180, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b499aa hue: 0.90 , saturation: 0.15 and the lightness value of b499aa is 0.65.

The process color (four color CMYK) of #b499aa color hex is 0.00, 0.15, 0.06, 0.29. Web safe color of #b499aa is #cc9999. Color #b499aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 10101010
Octal 264 231 252
Decimal 180 153 170
Hex B4 99 AA

RGB Percentages of Color #b499aa

%35.79
%30.42
%33.80

CMYK Percentages of Color #b499aa

%0
%15
%6
%29

Triadic Colors of #b499aa

#b499aa #aab499 #99aab4

Analogous Colors of #b499aa

#b499aa #b4999d #b199b4

Monochromatic Colors of #b499aa

#b499aa

Complementary Color

#b499aa #99b4a3

#b499aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b499aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b499aa Color CSS Codes

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

#b499aa Text Font Color

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

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


#b499aa Background Color

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

This div background color is #b499aa


#b499aa Border Color

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

This div border color is #b499aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b499aa


Comments

No comments written yet.

Please login to write comment.