Color Hex Logo

#b5aead Color Hex

#B5AEAD
(181,174,173)
0 Favorites   0 Comments

Color spaces of #b5aead

RGB 181174173
HSL0.020.050.69
HSV71°
CMYK 0.000.040.04   0.29
XYZ41.734943.113045.6571
Yxy43.11300.31980.3304
Hunter Lab65.6605-1.44834.7350
CIE-Lab71.63162.31261.3921

#b5aead color RGB value is (181,174,173).

#b5aead hex color red value is 181, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b5aead hue: 0.02 , saturation: 0.05 and the lightness value of b5aead is 0.69.

The process color (four color CMYK) of #b5aead color hex is 0.00, 0.04, 0.04, 0.29. Web safe color of #b5aead is #cc9999. Color #b5aead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 10101101
Octal 265 256 255
Decimal 181 174 173
Hex B5 AE AD

RGB Percentages of Color #b5aead

%34.28
%32.95
%32.77

CMYK Percentages of Color #b5aead

%0
%4
%4
%29

Triadic Colors of #b5aead

#b5aead #adb5ae #aeadb5

Analogous Colors of #b5aead

#b5aead #b5b2ad #b5adb0

Monochromatic Colors of #b5aead

#b5aead

Complementary Color

#b5aead #adb4b5

#b5aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aead Color CSS Codes

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

#b5aead Text Font Color

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

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


#b5aead Background Color

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

This div background color is #b5aead


#b5aead Border Color

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

This div border color is #b5aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aead


Comments

No comments written yet.

Please login to write comment.