Color Hex Logo

#bfad15 Color Hex

#BFAD15
(191,173,21)
0 Favorites   0 Comments

Color spaces of #bfad15

RGB 19117321
HSL0.150.800.42
HSV54°89°75°
CMYK 0.000.090.89   0.25
XYZ36.564841.01766.6995
Yxy41.01760.43380.4867
Hunter Lab64.0450-10.168838.6294
CIE-Lab70.1883-7.855569.6434

#bfad15 color RGB value is (191,173,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 00010101
Octal 277 255 25
Decimal 191 173 21
Hex BF AD 15

RGB Percentages of Color #bfad15

%49.61
%44.94
%5.45

CMYK Percentages of Color #bfad15

%0
%9
%89
%25

Triadic Colors of #bfad15

#bfad15 #15bfad #ad15bf

Analogous Colors of #bfad15

#bfad15 #7cbf15 #bf5815

Monochromatic Colors of #bfad15

#bfad15

Complementary Color

#bfad15 #1527bf

#bfad15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad15 Color CSS Codes

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

#bfad15 Text Font Color

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

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


#bfad15 Background Color

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

This div background color is #bfad15


#bfad15 Border Color

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

This div border color is #bfad15


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,173,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 #bfad15">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad15


Comments

No comments written yet.

Please login to write comment.