Color Hex Logo

#b898aa Color Hex

#B898AA
(184,152,170)
0 Favorites   0 Comments

Color spaces of #b898aa

RGB 184152170
HSL0.910.180.66
HSV326°17°72°
CMYK 0.000.170.08   0.28
XYZ38.251135.549142.8758
Yxy35.54910.32780.3047
Hunter Lab59.623110.1761-0.9001
CIE-Lab66.174014.9539-4.9140

#b898aa color RGB value is (184,152,170).

#b898aa hex color red value is 184, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b898aa hue: 0.91 , saturation: 0.18 and the lightness value of b898aa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011000 10101010
Octal 270 230 252
Decimal 184 152 170
Hex B8 98 AA

RGB Percentages of Color #b898aa

%36.36
%30.04
%33.60

CMYK Percentages of Color #b898aa

%0
%17
%8
%28

Triadic Colors of #b898aa

#b898aa #aab898 #98aab8

Analogous Colors of #b898aa

#b898aa #b8989a #b698b8

Monochromatic Colors of #b898aa

#b898aa

Complementary Color

#b898aa #98b8a6

#b898aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b898aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b898aa Color CSS Codes

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

#b898aa Text Font Color

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

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


#b898aa Background Color

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

This div background color is #b898aa


#b898aa Border Color

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

This div border color is #b898aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b898aa


Comments

No comments written yet.

Please login to write comment.