Color Hex Logo

#b0aead Color Hex

#B0AEAD
(176,174,173)
0 Favorites   0 Comments

Color spaces of #b0aead

RGB 176174173
HSL0.060.020.68
HSV20°69°
CMYK 0.000.010.02   0.31
XYZ40.583442.519345.6032
Yxy42.51930.31530.3304
Hunter Lab65.2068-3.01724.1796
CIE-Lab71.22750.52670.7543

#b0aead color RGB value is (176,174,173).

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

The process color (four color CMYK) of #b0aead color hex is 0.00, 0.01, 0.02, 0.31. Web safe color of #b0aead is #999999. Color #b0aead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101110 10101101
Octal 260 256 255
Decimal 176 174 173
Hex B0 AE AD

RGB Percentages of Color #b0aead

%33.65
%33.27
%33.08

CMYK Percentages of Color #b0aead

%0
%1
%2
%31

Triadic Colors of #b0aead

#b0aead #adb0ae #aeadb0

Analogous Colors of #b0aead

#b0aead #b0b0ad #b0adae

Monochromatic Colors of #b0aead

#b0aead

Complementary Color

#b0aead #adafb0

#b0aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aead Color CSS Codes

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

#b0aead Text Font Color

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

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


#b0aead Background Color

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

This div background color is #b0aead


#b0aead Border Color

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

This div border color is #b0aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aead


Comments

No comments written yet.

Please login to write comment.