Color Hex Logo

#bfab15 Color Hex

#BFAB15
(191,171,21)
0 Favorites   0 Comments

Color spaces of #bfab15

RGB 19117121
HSL0.150.800.42
HSV53°89°75°
CMYK 0.000.100.89   0.25
XYZ36.184140.25636.5726
Yxy40.25630.43590.4849
Hunter Lab63.4479-9.235838.2716
CIE-Lab69.6517-6.809269.2200

#bfab15 color RGB value is (191,171,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 00010101
Octal 277 253 25
Decimal 191 171 21
Hex BF AB 15

RGB Percentages of Color #bfab15

%49.87
%44.65
%5.48

CMYK Percentages of Color #bfab15

%0
%10
%89
%25

Triadic Colors of #bfab15

#bfab15 #15bfab #ab15bf

Analogous Colors of #bfab15

#bfab15 #7ebf15 #bf5615

Monochromatic Colors of #bfab15

#bfab15

Complementary Color

#bfab15 #1529bf

#bfab15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab15 Color CSS Codes

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

#bfab15 Text Font Color

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

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


#bfab15 Background Color

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

This div background color is #bfab15


#bfab15 Border Color

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

This div border color is #bfab15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab15


Comments

No comments written yet.

Please login to write comment.