Color Hex Logo

#bfad01 Color Hex

#BFAD01
(191,173,1)
0 Favorites   0 Comments

Color spaces of #bfad01

RGB 1911731
HSL0.150.990.38
HSV54°99°75°
CMYK 0.000.090.99   0.25
XYZ36.434940.96576.0156
Yxy40.96570.43680.4911
Hunter Lab64.0045-10.395639.2306
CIE-Lab70.1519-8.129972.3644

#bfad01 color RGB value is (191,173,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 00000001
Octal 277 255 1
Decimal 191 173 1
Hex BF AD 1

RGB Percentages of Color #bfad01

%52.33
%47.40
%0.27

CMYK Percentages of Color #bfad01

%0
%9
%99
%25

Triadic Colors of #bfad01

#bfad01 #01bfad #ad01bf

Analogous Colors of #bfad01

#bfad01 #72bf01 #bf4e01

Monochromatic Colors of #bfad01

#bfad01

Complementary Color

#bfad01 #0113bf

#bfad01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad01 Color CSS Codes

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

#bfad01 Text Font Color

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

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


#bfad01 Background Color

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

This div background color is #bfad01


#bfad01 Border Color

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

This div border color is #bfad01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad01


Comments

No comments written yet.

Please login to write comment.