Color Hex Logo

#bfae72 Color Hex

#BFAE72
(191,174,114)
0 Favorites   0 Comments

Color spaces of #bfae72

RGB 191174114
HSL0.130.380.60
HSV47°40°75°
CMYK 0.000.090.40   0.25
XYZ39.659242.563422.0449
Yxy42.56340.38040.4082
Hunter Lab65.2406-5.662525.6343
CIE-Lab71.2576-2.483333.0051

#bfae72 color RGB value is (191,174,114).

#bfae72 hex color red value is 191, green value is 174 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bfae72 hue: 0.13 , saturation: 0.38 and the lightness value of bfae72 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 01110010
Octal 277 256 162
Decimal 191 174 114
Hex BF AE 72

RGB Percentages of Color #bfae72

%39.87
%36.33
%23.80

CMYK Percentages of Color #bfae72

%0
%9
%40
%25

Triadic Colors of #bfae72

#bfae72 #72bfae #ae72bf

Analogous Colors of #bfae72

#bfae72 #aabf72 #bf8872

Monochromatic Colors of #bfae72

#bfae72

Complementary Color

#bfae72 #7283bf

#bfae72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfae72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfae72 Color CSS Codes

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

#bfae72 Text Font Color

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

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


#bfae72 Background Color

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

This div background color is #bfae72


#bfae72 Border Color

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

This div border color is #bfae72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfae72


Comments

No comments written yet.

Please login to write comment.