Color Hex Logo

#b8afaa Color Hex

#B8AFAA
(184,175,170)
0 Favorites   0 Comments

Color spaces of #b8afaa

RGB 184175170
HSL0.060.090.69
HSV21°72°
CMYK 0.000.050.08   0.28
XYZ42.352843.752644.2431
Yxy43.75260.32490.3357
Hunter Lab66.1457-1.46246.6445
CIE-Lab72.06282.32033.6972

#b8afaa color RGB value is (184,175,170).

#b8afaa hex color red value is 184, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b8afaa hue: 0.06 , saturation: 0.09 and the lightness value of b8afaa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101111 10101010
Octal 270 257 252
Decimal 184 175 170
Hex B8 AF AA

RGB Percentages of Color #b8afaa

%34.78
%33.08
%32.14

CMYK Percentages of Color #b8afaa

%0
%5
%8
%28

Triadic Colors of #b8afaa

#b8afaa #aab8af #afaab8

Analogous Colors of #b8afaa

#b8afaa #b8b6aa #b8aaac

Monochromatic Colors of #b8afaa

#b8afaa

Complementary Color

#b8afaa #aab3b8

#b8afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8afaa Color CSS Codes

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

#b8afaa Text Font Color

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

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


#b8afaa Background Color

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

This div background color is #b8afaa


#b8afaa Border Color

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

This div border color is #b8afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8afaa


Comments

No comments written yet.

Please login to write comment.