Color Hex Logo

#bfab1e Color Hex

#BFAB1E
(191,171,30)
0 Favorites   0 Comments

Color spaces of #bfab1e

RGB 19117130
HSL0.150.730.43
HSV53°84°75°
CMYK 0.000.100.84   0.25
XYZ36.283140.29597.0939
Yxy40.29590.43360.4816
Hunter Lab63.4791-9.062037.8096
CIE-Lab69.6798-6.600167.2468

#bfab1e color RGB value is (191,171,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 00011110
Octal 277 253 36
Decimal 191 171 30
Hex BF AB 1E

RGB Percentages of Color #bfab1e

%48.72
%43.62
%7.65

CMYK Percentages of Color #bfab1e

%0
%10
%84
%25

Triadic Colors of #bfab1e

#bfab1e #1ebfab #ab1ebf

Analogous Colors of #bfab1e

#bfab1e #83bf1e #bf5b1e

Monochromatic Colors of #bfab1e

#bfab1e

Complementary Color

#bfab1e #1e32bf

#bfab1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab1e Color CSS Codes

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

#bfab1e Text Font Color

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

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


#bfab1e Background Color

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

This div background color is #bfab1e


#bfab1e Border Color

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

This div border color is #bfab1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab1e


Comments

No comments written yet.

Please login to write comment.