Color Hex Logo

#bfa909 Color Hex

#BFA909
(191,169,9)
0 Favorites   0 Comments

Color spaces of #bfa909

RGB 1911699
HSL0.150.910.39
HSV53°95°75°
CMYK 0.000.120.95   0.25
XYZ35.723139.47205.9945
Yxy39.47200.44000.4862
Hunter Lab62.8267-8.452238.3217
CIE-Lab69.0918-5.941470.6258

#bfa909 color RGB value is (191,169,9).

#bfa909 hex color red value is 191, green value is 169 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bfa909 hue: 0.15 , saturation: 0.91 and the lightness value of bfa909 is 0.39.

The process color (four color CMYK) of #bfa909 color hex is 0.00, 0.12, 0.95, 0.25. Web safe color of #bfa909 is #cc9900. Color #bfa909 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 00001001
Octal 277 251 11
Decimal 191 169 9
Hex BF A9 9

RGB Percentages of Color #bfa909

%51.76
%45.80
%2.44

CMYK Percentages of Color #bfa909

%0
%12
%95
%25

Triadic Colors of #bfa909

#bfa909 #09bfa9 #a909bf

Analogous Colors of #bfa909

#bfa909 #7abf09 #bf4e09

Monochromatic Colors of #bfa909

#bfa909

Complementary Color

#bfa909 #091fbf

#bfa909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa909 Color CSS Codes

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

#bfa909 Text Font Color

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

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


#bfa909 Background Color

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

This div background color is #bfa909


#bfa909 Border Color

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

This div border color is #bfa909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa909


Comments

No comments written yet.

Please login to write comment.