Color Hex Logo

#b4bfab Color Hex

#B4BFAB
(180,191,171)
0 Favorites   0 Comments

Color spaces of #b4bfab

RGB 180191171
HSL0.260.140.71
HSV93°10°75°
CMYK 0.060.000.10   0.25
XYZ44.803949.905245.7993
Yxy49.90520.31890.3552
Hunter Lab70.6436-10.417311.0119
CIE-Lab76.0110-7.46838.7876

#b4bfab color RGB value is (180,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111111 10101011
Octal 264 277 253
Decimal 180 191 171
Hex B4 BF AB

RGB Percentages of Color #b4bfab

%33.21
%35.24
%31.55

CMYK Percentages of Color #b4bfab

%6
%0
%10
%25

Triadic Colors of #b4bfab

#b4bfab #abb4bf #bfabb4

Analogous Colors of #b4bfab

#b4bfab #abbfac #bebfab

Monochromatic Colors of #b4bfab

#b4bfab

Complementary Color

#b4bfab #b6abbf

#b4bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bfab Color CSS Codes

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

#b4bfab Text Font Color

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

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


#b4bfab Background Color

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

This div background color is #b4bfab


#b4bfab Border Color

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

This div border color is #b4bfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,191,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bfab


Comments

No comments written yet.

Please login to write comment.