Color Hex Logo

#b99aae Color Hex

#B99AAE
(185,154,174)
0 Favorites   0 Comments

Color spaces of #b99aae

RGB 185154174
HSL0.890.180.66
HSV321°17°73°
CMYK 0.000.170.06   0.27
XYZ39.203236.481545.0198
Yxy36.48150.32480.3022
Hunter Lab60.399910.1574-1.9126
CIE-Lab66.886214.9216-6.0899

#b99aae color RGB value is (185,154,174).

#b99aae hex color red value is 185, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b99aae hue: 0.89 , saturation: 0.18 and the lightness value of b99aae is 0.66.

The process color (four color CMYK) of #b99aae color hex is 0.00, 0.17, 0.06, 0.27. Web safe color of #b99aae is #cc9999. Color #b99aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011010 10101110
Octal 271 232 256
Decimal 185 154 174
Hex B9 9A AE

RGB Percentages of Color #b99aae

%36.06
%30.02
%33.92

CMYK Percentages of Color #b99aae

%0
%17
%6
%27

Triadic Colors of #b99aae

#b99aae #aeb99a #9aaeb9

Analogous Colors of #b99aae

#b99aae #b99a9f #b59ab9

Monochromatic Colors of #b99aae

#b99aae

Complementary Color

#b99aae #9ab9a5

#b99aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99aae Color CSS Codes

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

#b99aae Text Font Color

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

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


#b99aae Background Color

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

This div background color is #b99aae


#b99aae Border Color

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

This div border color is #b99aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,154,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b99aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b99aae;
  -webkit-box-shadow: 1px 1px 3px 2px #b99aae;
  box-shadow:         1px 1px 3px 2px #b99aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,154,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99aae


Comments

No comments written yet.

Please login to write comment.