Color Hex Logo

#b9adae Color Hex

#B9ADAE
(185,173,174)
0 Favorites   0 Comments

Color spaces of #b9adae

RGB 185173174
HSL0.990.080.70
HSV355°73°
CMYK 0.000.060.06   0.27
XYZ42.591143.257446.1491
Yxy43.25740.32270.3277
Hunter Lab65.77040.49364.4372
CIE-Lab71.72934.47271.0248

#b9adae color RGB value is (185,173,174).

#b9adae hex color red value is 185, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b9adae hue: 0.99 , saturation: 0.08 and the lightness value of b9adae is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101101 10101110
Octal 271 255 256
Decimal 185 173 174
Hex B9 AD AE

RGB Percentages of Color #b9adae

%34.77
%32.52
%32.71

CMYK Percentages of Color #b9adae

%0
%6
%6
%27

Triadic Colors of #b9adae

#b9adae #aeb9ad #adaeb9

Analogous Colors of #b9adae

#b9adae #b9b2ad #b9adb4

Monochromatic Colors of #b9adae

#b9adae

Complementary Color

#b9adae #adb9b8

#b9adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9adae Color CSS Codes

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

#b9adae Text Font Color

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

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


#b9adae Background Color

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

This div background color is #b9adae


#b9adae Border Color

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

This div border color is #b9adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9adae


Comments

No comments written yet.

Please login to write comment.