Color Hex Logo

#bfb412 Color Hex

#BFB412
(191,180,18)
0 Favorites   0 Comments

Color spaces of #bfb412

RGB 19118018
HSL0.160.830.41
HSV56°91°75°
CMYK 0.000.060.91   0.25
XYZ37.916343.76267.0209
Yxy43.76260.42750.4934
Hunter Lab66.1533-13.459640.0148
CIE-Lab72.0695-11.538371.6440

#bfb412 color RGB value is (191,180,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 00010010
Octal 277 264 22
Decimal 191 180 18
Hex BF B4 12

RGB Percentages of Color #bfb412

%49.10
%46.27
%4.63

CMYK Percentages of Color #bfb412

%0
%6
%91
%25

Triadic Colors of #bfb412

#bfb412 #12bfb4 #b412bf

Analogous Colors of #bfb412

#bfb412 #74bf12 #bf5e12

Monochromatic Colors of #bfb412

#bfb412

Complementary Color

#bfb412 #121dbf

#bfb412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb412 Color CSS Codes

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

#bfb412 Text Font Color

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

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


#bfb412 Background Color

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

This div background color is #bfb412


#bfb412 Border Color

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

This div border color is #bfb412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb412


Comments

No comments written yet.

Please login to write comment.