Color Hex Logo

#bfbd53 Color Hex

#BFBD53
(191,189,83)
0 Favorites   0 Comments

Color spaces of #bfbd53

RGB 19118983
HSL0.160.460.54
HSV59°57°75°
CMYK 0.000.010.57   0.25
XYZ41.244848.096115.2933
Yxy48.09610.39420.4597
Hunter Lab69.3514-15.206935.4714
CIE-Lab74.8855-13.206352.7366

#bfbd53 color RGB value is (191,189,83).

#bfbd53 hex color red value is 191, green value is 189 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bfbd53 hue: 0.16 , saturation: 0.46 and the lightness value of bfbd53 is 0.54.

The process color (four color CMYK) of #bfbd53 color hex is 0.00, 0.01, 0.57, 0.25. Web safe color of #bfbd53 is #cccc66. Color #bfbd53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111101 01010011
Octal 277 275 123
Decimal 191 189 83
Hex BF BD 53

RGB Percentages of Color #bfbd53

%41.25
%40.82
%17.93

CMYK Percentages of Color #bfbd53

%0
%1
%57
%25

Triadic Colors of #bfbd53

#bfbd53 #53bfbd #bd53bf

Analogous Colors of #bfbd53

#bfbd53 #8bbf53 #bf8753

Monochromatic Colors of #bfbd53

#bfbd53

Complementary Color

#bfbd53 #5355bf

#bfbd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbd53 Color CSS Codes

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

#bfbd53 Text Font Color

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

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


#bfbd53 Background Color

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

This div background color is #bfbd53


#bfbd53 Border Color

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

This div border color is #bfbd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbd53


Comments

No comments written yet.

Please login to write comment.