Color Hex Logo

#b4ae47 Color Hex

#B4AE47
(180,174,71)
0 Favorites   0 Comments

Color spaces of #b4ae47

RGB 18017471
HSL0.160.430.49
HSV57°61°71°
CMYK 0.000.030.61   0.29
XYZ35.095840.430311.9153
Yxy40.43030.40140.4624
Hunter Lab63.5848-12.749933.3989
CIE-Lab69.7749-11.010552.2246

#b4ae47 color RGB value is (180,174,71).

#b4ae47 hex color red value is 180, green value is 174 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b4ae47 hue: 0.16 , saturation: 0.43 and the lightness value of b4ae47 is 0.49.

The process color (four color CMYK) of #b4ae47 color hex is 0.00, 0.03, 0.61, 0.29. Web safe color of #b4ae47 is #cc9933. Color #b4ae47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101110 01000111
Octal 264 256 107
Decimal 180 174 71
Hex B4 AE 47

RGB Percentages of Color #b4ae47

%42.35
%40.94
%16.71

CMYK Percentages of Color #b4ae47

%0
%3
%61
%29

Triadic Colors of #b4ae47

#b4ae47 #47b4ae #ae47b4

Analogous Colors of #b4ae47

#b4ae47 #84b447 #b47847

Monochromatic Colors of #b4ae47

#b4ae47

Complementary Color

#b4ae47 #474db4

#b4ae47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ae47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ae47 Color CSS Codes

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

#b4ae47 Text Font Color

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

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


#b4ae47 Background Color

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

This div background color is #b4ae47


#b4ae47 Border Color

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

This div border color is #b4ae47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ae47


Comments

No comments written yet.

Please login to write comment.