Color Hex Logo

#b8a0af Color Hex

#B8A0AF
(184,160,175)
0 Favorites   0 Comments

Color spaces of #b8a0af

RGB 184160175
HSL0.900.140.67
HSV323°13°72°
CMYK 0.000.130.05   0.28
XYZ40.075838.427145.8624
Yxy38.42710.32220.3090
Hunter Lab61.98966.9171-0.4724
CIE-Lab68.334211.4213-4.5171

#b8a0af color RGB value is (184,160,175).

#b8a0af hex color red value is 184, green value is 160 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b8a0af hue: 0.90 , saturation: 0.14 and the lightness value of b8a0af is 0.67.

The process color (four color CMYK) of #b8a0af color hex is 0.00, 0.13, 0.05, 0.28. Web safe color of #b8a0af is #cc9999. Color #b8a0af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100000 10101111
Octal 270 240 257
Decimal 184 160 175
Hex B8 A0 AF

RGB Percentages of Color #b8a0af

%35.45
%30.83
%33.72

CMYK Percentages of Color #b8a0af

%0
%13
%5
%28

Triadic Colors of #b8a0af

#b8a0af #afb8a0 #a0afb8

Analogous Colors of #b8a0af

#b8a0af #b8a0a3 #b5a0b8

Monochromatic Colors of #b8a0af

#b8a0af

Complementary Color

#b8a0af #a0b8a9

#b8a0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a0af Color CSS Codes

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

#b8a0af Text Font Color

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

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


#b8a0af Background Color

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

This div background color is #b8a0af


#b8a0af Border Color

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

This div border color is #b8a0af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,160,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8a0af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8a0af;
  -webkit-box-shadow: 1px 1px 3px 2px #b8a0af;
  box-shadow:         1px 1px 3px 2px #b8a0af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,160,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a0af


Comments

No comments written yet.

Please login to write comment.