Color Hex Logo

#bfb23a Color Hex

#BFB23A
(191,178,58)
0 Favorites   0 Comments

Color spaces of #bfb23a

RGB 19117858
HSL0.150.530.49
HSV54°70°75°
CMYK 0.000.070.70   0.25
XYZ38.170043.222610.3340
Yxy43.22260.41610.4712
Hunter Lab65.7439-11.417236.7012
CIE-Lab71.7058-9.151359.9879

#bfb23a color RGB value is (191,178,58).

#bfb23a hex color red value is 191, green value is 178 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bfb23a hue: 0.15 , saturation: 0.53 and the lightness value of bfb23a is 0.49.

The process color (four color CMYK) of #bfb23a color hex is 0.00, 0.07, 0.70, 0.25. Web safe color of #bfb23a is #cc9933. Color #bfb23a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 00111010
Octal 277 262 72
Decimal 191 178 58
Hex BF B2 3A

RGB Percentages of Color #bfb23a

%44.73
%41.69
%13.58

CMYK Percentages of Color #bfb23a

%0
%7
%70
%25

Triadic Colors of #bfb23a

#bfb23a #3abfb2 #b23abf

Analogous Colors of #bfb23a

#bfb23a #8abf3a #bf703a

Monochromatic Colors of #bfb23a

#bfb23a

Complementary Color

#bfb23a #3a47bf

#bfb23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb23a Color CSS Codes

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

#bfb23a Text Font Color

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

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


#bfb23a Background Color

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

This div background color is #bfb23a


#bfb23a Border Color

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

This div border color is #bfb23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb23a


Comments

No comments written yet.

Please login to write comment.