Color Hex Logo

#bfa23e Color Hex

#BFA23E
(191,162,62)
0 Favorites   0 Comments

Color spaces of #bfa23e

RGB 19116262
HSL0.130.510.50
HSV47°68°75°
CMYK 0.000.150.68   0.25
XYZ35.275737.26489.8910
Yxy37.26480.42790.4521
Hunter Lab61.0449-3.679733.1248
CIE-Lab67.4752-0.486154.0165

#bfa23e color RGB value is (191,162,62).

#bfa23e hex color red value is 191, green value is 162 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bfa23e hue: 0.13 , saturation: 0.51 and the lightness value of bfa23e is 0.50.

The process color (four color CMYK) of #bfa23e color hex is 0.00, 0.15, 0.68, 0.25. Web safe color of #bfa23e is #cc9933. Color #bfa23e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100010 00111110
Octal 277 242 76
Decimal 191 162 62
Hex BF A2 3E

RGB Percentages of Color #bfa23e

%46.02
%39.04
%14.94

CMYK Percentages of Color #bfa23e

%0
%15
%68
%25

Triadic Colors of #bfa23e

#bfa23e #3ebfa2 #a23ebf

Analogous Colors of #bfa23e

#bfa23e #9cbf3e #bf623e

Monochromatic Colors of #bfa23e

#bfa23e

Complementary Color

#bfa23e #3e5bbf

#bfa23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa23e Color CSS Codes

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

#bfa23e Text Font Color

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

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


#bfa23e Background Color

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

This div background color is #bfa23e


#bfa23e Border Color

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

This div border color is #bfa23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa23e


Comments

No comments written yet.

Please login to write comment.