Color Hex Logo

#bfab1d Color Hex

#BFAB1D
(191,171,29)
0 Favorites   0 Comments

Color spaces of #bfab1d

RGB 19117129
HSL0.150.740.43
HSV53°85°75°
CMYK 0.000.100.85   0.25
XYZ36.270540.29097.0277
Yxy40.29090.43390.4820
Hunter Lab63.4751-9.084237.8682
CIE-Lab69.6762-6.626867.4918

#bfab1d color RGB value is (191,171,29).

#bfab1d hex color red value is 191, green value is 171 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bfab1d hue: 0.15 , saturation: 0.74 and the lightness value of bfab1d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 00011101
Octal 277 253 35
Decimal 191 171 29
Hex BF AB 1D

RGB Percentages of Color #bfab1d

%48.85
%43.73
%7.42

CMYK Percentages of Color #bfab1d

%0
%10
%85
%25

Triadic Colors of #bfab1d

#bfab1d #1dbfab #ab1dbf

Analogous Colors of #bfab1d

#bfab1d #82bf1d #bf5a1d

Monochromatic Colors of #bfab1d

#bfab1d

Complementary Color

#bfab1d #1d31bf

#bfab1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab1d Color CSS Codes

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

#bfab1d Text Font Color

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

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


#bfab1d Background Color

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

This div background color is #bfab1d


#bfab1d Border Color

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

This div border color is #bfab1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab1d


Comments

No comments written yet.

Please login to write comment.