Color Hex Logo

#bfae4e Color Hex

#BFAE4E
(191,174,78)
0 Favorites   0 Comments

Color spaces of #bfae4e

RGB 19117478
HSL0.140.470.53
HSV51°59°75°
CMYK 0.000.090.59   0.25
XYZ37.997141.898513.2923
Yxy41.89850.40770.4496
Hunter Lab64.7291-8.493233.1350
CIE-Lab70.8009-5.808750.4418

#bfae4e color RGB value is (191,174,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 01001110
Octal 277 256 116
Decimal 191 174 78
Hex BF AE 4E

RGB Percentages of Color #bfae4e

%43.12
%39.28
%17.61

CMYK Percentages of Color #bfae4e

%0
%9
%59
%25

Triadic Colors of #bfae4e

#bfae4e #4ebfae #ae4ebf

Analogous Colors of #bfae4e

#bfae4e #98bf4e #bf764e

Monochromatic Colors of #bfae4e

#bfae4e

Complementary Color

#bfae4e #4e5fbf

#bfae4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfae4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfae4e Color CSS Codes

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

#bfae4e Text Font Color

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

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


#bfae4e Background Color

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

This div background color is #bfae4e


#bfae4e Border Color

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

This div border color is #bfae4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfae4e


Comments

No comments written yet.

Please login to write comment.