Color Hex Logo

#b897aa Color Hex

#B897AA
(184,151,170)
0 Favorites   0 Comments

Color spaces of #b897aa

RGB 184151170
HSL0.900.190.66
HSV325°18°72°
CMYK 0.000.180.08   0.28
XYZ38.089535.225842.8219
Yxy35.22580.32800.3033
Hunter Lab59.351310.6899-1.2317
CIE-Lab65.924115.5103-5.2834

#b897aa color RGB value is (184,151,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010111 10101010
Octal 270 227 252
Decimal 184 151 170
Hex B8 97 AA

RGB Percentages of Color #b897aa

%36.44
%29.90
%33.66

CMYK Percentages of Color #b897aa

%0
%18
%8
%28

Triadic Colors of #b897aa

#b897aa #aab897 #97aab8

Analogous Colors of #b897aa

#b897aa #b8979a #b697b8

Monochromatic Colors of #b897aa

#b897aa

Complementary Color

#b897aa #97b8a5

#b897aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b897aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b897aa Color CSS Codes

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

#b897aa Text Font Color

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

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


#b897aa Background Color

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

This div background color is #b897aa


#b897aa Border Color

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

This div border color is #b897aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b897aa


Comments

No comments written yet.

Please login to write comment.