Color Hex Logo

#bfb24d Color Hex

#BFB24D
(191,178,77)
0 Favorites   0 Comments

Color spaces of #bfb24d

RGB 19117877
HSL0.150.470.53
HSV53°60°75°
CMYK 0.000.070.60   0.25
XYZ38.745843.453013.3663
Yxy43.45300.40540.4547
Hunter Lab65.9189-10.439334.1211
CIE-Lab71.8614-7.976252.0865

#bfb24d color RGB value is (191,178,77).

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

The process color (four color CMYK) of #bfb24d color hex is 0.00, 0.07, 0.60, 0.25. Web safe color of #bfb24d is #cc9966. Color #bfb24d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 01001101
Octal 277 262 115
Decimal 191 178 77
Hex BF B2 4D

RGB Percentages of Color #bfb24d

%42.83
%39.91
%17.26

CMYK Percentages of Color #bfb24d

%0
%7
%60
%25

Triadic Colors of #bfb24d

#bfb24d #4dbfb2 #b24dbf

Analogous Colors of #bfb24d

#bfb24d #93bf4d #bf794d

Monochromatic Colors of #bfb24d

#bfb24d

Complementary Color

#bfb24d #4d5abf

#bfb24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb24d Color CSS Codes

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

#bfb24d Text Font Color

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

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


#bfb24d Background Color

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

This div background color is #bfb24d


#bfb24d Border Color

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

This div border color is #bfb24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb24d


Comments

No comments written yet.

Please login to write comment.