Color Hex Logo

#bfb401 Color Hex

#BFB401
(191,180,1)
0 Favorites   0 Comments

Color spaces of #bfb401

RGB 1911801
HSL0.160.990.38
HSV57°99°75°
CMYK 0.000.060.99   0.25
XYZ37.812643.72116.4748
Yxy43.72110.42960.4968
Hunter Lab66.1219-13.636140.4796
CIE-Lab72.0417-11.754173.7318

#bfb401 color RGB value is (191,180,1).

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

The process color (four color CMYK) of #bfb401 color hex is 0.00, 0.06, 0.99, 0.25. Web safe color of #bfb401 is #cccc00. Color #bfb401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 00000001
Octal 277 264 1
Decimal 191 180 1
Hex BF B4 1

RGB Percentages of Color #bfb401

%51.34
%48.39
%0.27

CMYK Percentages of Color #bfb401

%0
%6
%99
%25

Triadic Colors of #bfb401

#bfb401 #01bfb4 #b401bf

Analogous Colors of #bfb401

#bfb401 #6bbf01 #bf5501

Monochromatic Colors of #bfb401

#bfb401

Complementary Color

#bfb401 #010cbf

#bfb401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb401 Color CSS Codes

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

#bfb401 Text Font Color

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

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


#bfb401 Background Color

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

This div background color is #bfb401


#bfb401 Border Color

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

This div border color is #bfb401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb401


Comments

No comments written yet.

Please login to write comment.