Color Hex Logo

#b5ae39 Color Hex

#B5AE39
(181,174,57)
0 Favorites   0 Comments

Color spaces of #b5ae39

RGB 18117457
HSL0.160.520.47
HSV57°69°71°
CMYK 0.000.040.69   0.29
XYZ34.930640.39139.8261
Yxy40.39130.41020.4744
Hunter Lab63.5542-13.112735.3211
CIE-Lab69.7473-11.455358.1310

#b5ae39 color RGB value is (181,174,57).

#b5ae39 hex color red value is 181, green value is 174 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b5ae39 hue: 0.16 , saturation: 0.52 and the lightness value of b5ae39 is 0.47.

The process color (four color CMYK) of #b5ae39 color hex is 0.00, 0.04, 0.69, 0.29. Web safe color of #b5ae39 is #cc9933. Color #b5ae39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 00111001
Octal 265 256 71
Decimal 181 174 57
Hex B5 AE 39

RGB Percentages of Color #b5ae39

%43.93
%42.23
%13.83

CMYK Percentages of Color #b5ae39

%0
%4
%69
%29

Triadic Colors of #b5ae39

#b5ae39 #39b5ae #ae39b5

Analogous Colors of #b5ae39

#b5ae39 #7eb539 #b57039

Monochromatic Colors of #b5ae39

#b5ae39

Complementary Color

#b5ae39 #3940b5

#b5ae39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ae39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ae39 Color CSS Codes

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

#b5ae39 Text Font Color

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

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


#b5ae39 Background Color

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

This div background color is #b5ae39


#b5ae39 Border Color

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

This div border color is #b5ae39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ae39


Comments

No comments written yet.

Please login to write comment.