Color Hex Logo

#bfb717 Color Hex

#BFB717
(191,183,23)
0 Favorites   0 Comments

Color spaces of #bfb717

RGB 19118323
HSL0.160.790.42
HSV57°88°75°
CMYK 0.000.040.88   0.25
XYZ38.574045.00527.4644
Yxy45.00520.42370.4943
Hunter Lab67.0859-14.763940.3632
CIE-Lab72.8953-12.981771.4135

#bfb717 color RGB value is (191,183,23).

#bfb717 hex color red value is 191, green value is 183 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bfb717 hue: 0.16 , saturation: 0.79 and the lightness value of bfb717 is 0.42.

The process color (four color CMYK) of #bfb717 color hex is 0.00, 0.04, 0.88, 0.25. Web safe color of #bfb717 is #cccc00. Color #bfb717 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 00010111
Octal 277 267 27
Decimal 191 183 23
Hex BF B7 17

RGB Percentages of Color #bfb717

%48.11
%46.10
%5.79

CMYK Percentages of Color #bfb717

%0
%4
%88
%25

Triadic Colors of #bfb717

#bfb717 #17bfb7 #b717bf

Analogous Colors of #bfb717

#bfb717 #73bf17 #bf6317

Monochromatic Colors of #bfb717

#bfb717

Complementary Color

#bfb717 #171fbf

#bfb717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb717 Color CSS Codes

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

#bfb717 Text Font Color

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

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


#bfb717 Background Color

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

This div background color is #bfb717


#bfb717 Border Color

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

This div border color is #bfb717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb717


Comments

No comments written yet.

Please login to write comment.