Color Hex Logo

#bfab2f Color Hex

#BFAB2F
(191,171,47)
0 Favorites   0 Comments

Color spaces of #bfab2f

RGB 19117147
HSL0.140.610.47
HSV52°75°75°
CMYK 0.000.100.75   0.25
XYZ36.561940.40748.5617
Yxy40.40740.42750.4724
Hunter Lab63.5668-8.573636.5111
CIE-Lab69.7587-6.013762.1765

#bfab2f color RGB value is (191,171,47).

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

The process color (four color CMYK) of #bfab2f color hex is 0.00, 0.10, 0.75, 0.25. Web safe color of #bfab2f is #cc9933. Color #bfab2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 00101111
Octal 277 253 57
Decimal 191 171 47
Hex BF AB 2F

RGB Percentages of Color #bfab2f

%46.70
%41.81
%11.49

CMYK Percentages of Color #bfab2f

%0
%10
%75
%25

Triadic Colors of #bfab2f

#bfab2f #2fbfab #ab2fbf

Analogous Colors of #bfab2f

#bfab2f #8bbf2f #bf632f

Monochromatic Colors of #bfab2f

#bfab2f

Complementary Color

#bfab2f #2f43bf

#bfab2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab2f Color CSS Codes

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

#bfab2f Text Font Color

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

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


#bfab2f Background Color

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

This div background color is #bfab2f


#bfab2f Border Color

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

This div border color is #bfab2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab2f


Comments

No comments written yet.

Please login to write comment.