Color Hex Logo

#b4bfad Color Hex

#B4BFAD
(180,191,173)
0 Favorites   0 Comments

Color spaces of #b4bfad

RGB 180191173
HSL0.270.120.71
HSV97°75°
CMYK 0.060.000.09   0.25
XYZ44.996049.982046.8111
Yxy49.98200.31730.3525
Hunter Lab70.6979-10.114410.2310
CIE-Lab76.0582-7.11637.7734

#b4bfad color RGB value is (180,191,173).

#b4bfad hex color red value is 180, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b4bfad hue: 0.27 , saturation: 0.12 and the lightness value of b4bfad is 0.71.

The process color (four color CMYK) of #b4bfad color hex is 0.06, 0.00, 0.09, 0.25. Web safe color of #b4bfad is #cccc99. Color #b4bfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111111 10101101
Octal 264 277 255
Decimal 180 191 173
Hex B4 BF AD

RGB Percentages of Color #b4bfad

%33.09
%35.11
%31.80

CMYK Percentages of Color #b4bfad

%6
%0
%9
%25

Triadic Colors of #b4bfad

#b4bfad #adb4bf #bfadb4

Analogous Colors of #b4bfad

#b4bfad #adbfaf #bdbfad

Monochromatic Colors of #b4bfad

#b4bfad

Complementary Color

#b4bfad #b8adbf

#b4bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bfad Color CSS Codes

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

#b4bfad Text Font Color

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

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


#b4bfad Background Color

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

This div background color is #b4bfad


#b4bfad Border Color

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

This div border color is #b4bfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bfad


Comments

No comments written yet.

Please login to write comment.