Color Hex Logo

#bfaf1b Color Hex

#BFAF1B
(191,175,27)
0 Favorites   0 Comments

Color spaces of #bfaf1b

RGB 19117527
HSL0.150.750.43
HSV54°86°75°
CMYK 0.000.080.86   0.25
XYZ37.013741.81547.1573
Yxy41.81540.43050.4863
Hunter Lab64.6648-10.991338.7030
CIE-Lab70.7435-8.766668.8417

#bfaf1b color RGB value is (191,175,27).

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

The process color (four color CMYK) of #bfaf1b color hex is 0.00, 0.08, 0.86, 0.25. Web safe color of #bfaf1b is #cc9933. Color #bfaf1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 00011011
Octal 277 257 33
Decimal 191 175 27
Hex BF AF 1B

RGB Percentages of Color #bfaf1b

%48.60
%44.53
%6.87

CMYK Percentages of Color #bfaf1b

%0
%8
%86
%25

Triadic Colors of #bfaf1b

#bfaf1b #1bbfaf #af1bbf

Analogous Colors of #bfaf1b

#bfaf1b #7dbf1b #bf5d1b

Monochromatic Colors of #bfaf1b

#bfaf1b

Complementary Color

#bfaf1b #1b2bbf

#bfaf1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf1b Color CSS Codes

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

#bfaf1b Text Font Color

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

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


#bfaf1b Background Color

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

This div background color is #bfaf1b


#bfaf1b Border Color

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

This div border color is #bfaf1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf1b


Comments

No comments written yet.

Please login to write comment.