Color Hex Logo

#b2afad Color Hex

#B2AFAD
(178,175,173)
0 Favorites   0 Comments

Color spaces of #b2afad

RGB 178175173
HSL0.070.030.69
HSV24°70°
CMYK 0.000.020.03   0.30
XYZ41.232943.142145.6892
Yxy43.14210.31700.3317
Hunter Lab65.6826-2.88964.7354
CIE-Lab71.65130.69781.3910

#b2afad color RGB value is (178,175,173).

#b2afad hex color red value is 178, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b2afad hue: 0.07 , saturation: 0.03 and the lightness value of b2afad is 0.69.

The process color (four color CMYK) of #b2afad color hex is 0.00, 0.02, 0.03, 0.30. Web safe color of #b2afad is #999999. Color #b2afad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 10101101
Octal 262 257 255
Decimal 178 175 173
Hex B2 AF AD

RGB Percentages of Color #b2afad

%33.84
%33.27
%32.89

CMYK Percentages of Color #b2afad

%0
%2
%3
%30

Triadic Colors of #b2afad

#b2afad #adb2af #afadb2

Analogous Colors of #b2afad

#b2afad #b2b2ad #b2adae

Monochromatic Colors of #b2afad

#b2afad

Complementary Color

#b2afad #adb0b2

#b2afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2afad Color CSS Codes

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

#b2afad Text Font Color

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

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


#b2afad Background Color

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

This div background color is #b2afad


#b2afad Border Color

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

This div border color is #b2afad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2afad


Comments

No comments written yet.

Please login to write comment.