Color Hex Logo

#bfab4e Color Hex

#BFAB4E
(191,171,78)
0 Favorites   0 Comments

Color spaces of #bfab4e

RGB 19117178
HSL0.140.470.53
HSV49°59°75°
CMYK 0.000.100.59   0.25
XYZ37.423940.752213.1012
Yxy40.75220.41000.4465
Hunter Lab63.8374-7.072232.5183
CIE-Lab70.0020-4.226649.5421

#bfab4e color RGB value is (191,171,78).

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

The process color (four color CMYK) of #bfab4e color hex is 0.00, 0.10, 0.59, 0.25. Web safe color of #bfab4e is #cc9966. Color #bfab4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 01001110
Octal 277 253 116
Decimal 191 171 78
Hex BF AB 4E

RGB Percentages of Color #bfab4e

%43.41
%38.86
%17.73

CMYK Percentages of Color #bfab4e

%0
%10
%59
%25

Triadic Colors of #bfab4e

#bfab4e #4ebfab #ab4ebf

Analogous Colors of #bfab4e

#bfab4e #9bbf4e #bf734e

Monochromatic Colors of #bfab4e

#bfab4e

Complementary Color

#bfab4e #4e62bf

#bfab4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab4e Color CSS Codes

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

#bfab4e Text Font Color

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

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


#bfab4e Background Color

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

This div background color is #bfab4e


#bfab4e Border Color

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

This div border color is #bfab4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab4e


Comments

No comments written yet.

Please login to write comment.