Color Hex Logo

#bfb24f Color Hex

#BFB24F
(191,178,79)
0 Favorites   0 Comments

Color spaces of #bfb24f

RGB 19117879
HSL0.150.470.53
HSV53°59°75°
CMYK 0.000.070.59   0.25
XYZ38.817543.481713.7440
Yxy43.48170.40420.4527
Hunter Lab65.9407-10.318033.8007
CIE-Lab71.8807-7.831051.1922

#bfb24f color RGB value is (191,178,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 01001111
Octal 277 262 117
Decimal 191 178 79
Hex BF B2 4F

RGB Percentages of Color #bfb24f

%42.63
%39.73
%17.63

CMYK Percentages of Color #bfb24f

%0
%7
%59
%25

Triadic Colors of #bfb24f

#bfb24f #4fbfb2 #b24fbf

Analogous Colors of #bfb24f

#bfb24f #94bf4f #bf7a4f

Monochromatic Colors of #bfb24f

#bfb24f

Complementary Color

#bfb24f #4f5cbf

#bfb24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb24f Color CSS Codes

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

#bfb24f Text Font Color

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

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


#bfb24f Background Color

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

This div background color is #bfb24f


#bfb24f Border Color

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

This div border color is #bfb24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb24f


Comments

No comments written yet.

Please login to write comment.