Color Hex Logo

#bfaa15 Color Hex

#BFAA15
(191,170,21)
0 Favorites   0 Comments

Color spaces of #bfaa15

RGB 19117021
HSL0.150.800.42
HSV53°89°75°
CMYK 0.000.110.89   0.25
XYZ35.995939.88006.5099
Yxy39.88000.43690.4841
Hunter Lab63.1506-8.768438.0935
CIE-Lab69.3840-6.284769.0087

#bfaa15 color RGB value is (191,170,21).

#bfaa15 hex color red value is 191, green value is 170 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bfaa15 hue: 0.15 , saturation: 0.80 and the lightness value of bfaa15 is 0.42.

The process color (four color CMYK) of #bfaa15 color hex is 0.00, 0.11, 0.89, 0.25. Web safe color of #bfaa15 is #cc9900. Color #bfaa15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 00010101
Octal 277 252 25
Decimal 191 170 21
Hex BF AA 15

RGB Percentages of Color #bfaa15

%50.00
%44.50
%5.50

CMYK Percentages of Color #bfaa15

%0
%11
%89
%25

Triadic Colors of #bfaa15

#bfaa15 #15bfaa #aa15bf

Analogous Colors of #bfaa15

#bfaa15 #7fbf15 #bf5515

Monochromatic Colors of #bfaa15

#bfaa15

Complementary Color

#bfaa15 #152abf

#bfaa15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaa15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaa15 Color CSS Codes

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

#bfaa15 Text Font Color

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

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


#bfaa15 Background Color

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

This div background color is #bfaa15


#bfaa15 Border Color

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

This div border color is #bfaa15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaa15


Comments

No comments written yet.

Please login to write comment.