Color Hex Logo

#bfb428 Color Hex

#BFB428
(191,180,40)
0 Favorites   0 Comments

Color spaces of #bfb428

RGB 19118040
HSL0.150.650.45
HSV56°79°75°
CMYK 0.000.060.79   0.25
XYZ38.190143.87218.4628
Yxy43.87210.42190.4846
Hunter Lab66.2360-12.994238.7899
CIE-Lab72.1429-10.970866.6184

#bfb428 color RGB value is (191,180,40).

#bfb428 hex color red value is 191, green value is 180 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bfb428 hue: 0.15 , saturation: 0.65 and the lightness value of bfb428 is 0.45.

The process color (four color CMYK) of #bfb428 color hex is 0.00, 0.06, 0.79, 0.25. Web safe color of #bfb428 is #cccc33. Color #bfb428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 00101000
Octal 277 264 50
Decimal 191 180 40
Hex BF B4 28

RGB Percentages of Color #bfb428

%46.47
%43.80
%9.73

CMYK Percentages of Color #bfb428

%0
%6
%79
%25

Triadic Colors of #bfb428

#bfb428 #28bfb4 #b428bf

Analogous Colors of #bfb428

#bfb428 #7fbf28 #bf6928

Monochromatic Colors of #bfb428

#bfb428

Complementary Color

#bfb428 #2833bf

#bfb428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb428 Color CSS Codes

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

#bfb428 Text Font Color

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

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


#bfb428 Background Color

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

This div background color is #bfb428


#bfb428 Border Color

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

This div border color is #bfb428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb428


Comments

No comments written yet.

Please login to write comment.