Color Hex Logo

#b499ac Color Hex

#B499AC
(180,153,172)
0 Favorites   0 Comments

Color spaces of #b499ac

RGB 180153172
HSL0.880.150.65
HSV318°15°71°
CMYK 0.000.150.04   0.29
XYZ37.660035.464343.8901
Yxy35.46430.32180.3031
Hunter Lab59.55198.6657-2.0107
CIE-Lab66.108613.3243-6.1738

#b499ac color RGB value is (180,153,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 10101100
Octal 264 231 254
Decimal 180 153 172
Hex B4 99 AC

RGB Percentages of Color #b499ac

%35.64
%30.30
%34.06

CMYK Percentages of Color #b499ac

%0
%15
%4
%29

Triadic Colors of #b499ac

#b499ac #acb499 #99acb4

Analogous Colors of #b499ac

#b499ac #b4999f #af99b4

Monochromatic Colors of #b499ac

#b499ac

Complementary Color

#b499ac #99b4a1

#b499ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b499ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b499ac Color CSS Codes

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

#b499ac Text Font Color

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

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


#b499ac Background Color

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

This div background color is #b499ac


#b499ac Border Color

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

This div border color is #b499ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b499ac


Comments

No comments written yet.

Please login to write comment.