Color Hex Logo

#bfa90c Color Hex

#BFA90C
(191,169,12)
0 Favorites   0 Comments

Color spaces of #bfa90c

RGB 19116912
HSL0.150.880.40
HSV53°94°75°
CMYK 0.000.120.94   0.25
XYZ35.740239.47886.0843
Yxy39.47880.43960.4856
Hunter Lab62.8322-8.421938.2412
CIE-Lab69.0967-5.904970.2562

#bfa90c color RGB value is (191,169,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 00001100
Octal 277 251 14
Decimal 191 169 12
Hex BF A9 C

RGB Percentages of Color #bfa90c

%51.34
%45.43
%3.23

CMYK Percentages of Color #bfa90c

%0
%12
%94
%25

Triadic Colors of #bfa90c

#bfa90c #0cbfa9 #a90cbf

Analogous Colors of #bfa90c

#bfa90c #7cbf0c #bf4f0c

Monochromatic Colors of #bfa90c

#bfa90c

Complementary Color

#bfa90c #0c22bf

#bfa90c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa90c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa90c Color CSS Codes

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

#bfa90c Text Font Color

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

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


#bfa90c Background Color

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

This div background color is #bfa90c


#bfa90c Border Color

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

This div border color is #bfa90c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa90c


Comments

No comments written yet.

Please login to write comment.