Color Hex Logo

#bfb023 Color Hex

#BFB023
(191,176,35)
0 Favorites   0 Comments

Color spaces of #bfb023

RGB 19117635
HSL0.150.690.44
HSV54°82°75°
CMYK 0.000.080.82   0.25
XYZ37.314642.24847.7782
Yxy42.24840.42720.4837
Hunter Lab64.9988-11.274338.4041
CIE-Lab71.0418-9.066067.0865

#bfb023 color RGB value is (191,176,35).

#bfb023 hex color red value is 191, green value is 176 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bfb023 hue: 0.15 , saturation: 0.69 and the lightness value of bfb023 is 0.44.

The process color (four color CMYK) of #bfb023 color hex is 0.00, 0.08, 0.82, 0.25. Web safe color of #bfb023 is #cc9933. Color #bfb023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 00100011
Octal 277 260 43
Decimal 191 176 35
Hex BF B0 23

RGB Percentages of Color #bfb023

%47.51
%43.78
%8.71

CMYK Percentages of Color #bfb023

%0
%8
%82
%25

Triadic Colors of #bfb023

#bfb023 #23bfb0 #b023bf

Analogous Colors of #bfb023

#bfb023 #80bf23 #bf6223

Monochromatic Colors of #bfb023

#bfb023

Complementary Color

#bfb023 #2332bf

#bfb023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb023 Color CSS Codes

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

#bfb023 Text Font Color

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

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


#bfb023 Background Color

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

This div background color is #bfb023


#bfb023 Border Color

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

This div border color is #bfb023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb023


Comments

No comments written yet.

Please login to write comment.