Color Hex Logo

#bfaf0b Color Hex

#BFAF0B
(191,175,11)
0 Favorites   0 Comments

Color spaces of #bfaf0b

RGB 19117511
HSL0.150.890.40
HSV55°94°75°
CMYK 0.000.080.94   0.25
XYZ36.876241.76056.4336
Yxy41.76050.43350.4909
Hunter Lab64.6224-11.229639.3329
CIE-Lab70.7055-9.055671.5939

#bfaf0b color RGB value is (191,175,11).

#bfaf0b hex color red value is 191, green value is 175 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bfaf0b hue: 0.15 , saturation: 0.89 and the lightness value of bfaf0b is 0.40.

The process color (four color CMYK) of #bfaf0b color hex is 0.00, 0.08, 0.94, 0.25. Web safe color of #bfaf0b is #cc9900. Color #bfaf0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 00001011
Octal 277 257 13
Decimal 191 175 11
Hex BF AF B

RGB Percentages of Color #bfaf0b

%50.66
%46.42
%2.92

CMYK Percentages of Color #bfaf0b

%0
%8
%94
%25

Triadic Colors of #bfaf0b

#bfaf0b #0bbfaf #af0bbf

Analogous Colors of #bfaf0b

#bfaf0b #75bf0b #bf550b

Monochromatic Colors of #bfaf0b

#bfaf0b

Complementary Color

#bfaf0b #0b1bbf

#bfaf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf0b Color CSS Codes

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

#bfaf0b Text Font Color

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

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


#bfaf0b Background Color

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

This div background color is #bfaf0b


#bfaf0b Border Color

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

This div border color is #bfaf0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf0b


Comments

No comments written yet.

Please login to write comment.