Color Hex Logo

#b5ae6f Color Hex

#B5AE6F
(181,174,111)
0 Favorites   0 Comments

Color spaces of #b5ae6f

RGB 181174111
HSL0.150.320.57
HSV54°39°71°
CMYK 0.000.040.39   0.29
XYZ37.061441.243621.0464
Yxy41.24360.37300.4151
Hunter Lab64.2212-9.376525.5245
CIE-Lab70.3463-6.897733.2343

#b5ae6f color RGB value is (181,174,111).

#b5ae6f hex color red value is 181, green value is 174 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b5ae6f hue: 0.15 , saturation: 0.32 and the lightness value of b5ae6f is 0.57.

The process color (four color CMYK) of #b5ae6f color hex is 0.00, 0.04, 0.39, 0.29. Web safe color of #b5ae6f is #cc9966. Color #b5ae6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 01101111
Octal 265 256 157
Decimal 181 174 111
Hex B5 AE 6F

RGB Percentages of Color #b5ae6f

%38.84
%37.34
%23.82

CMYK Percentages of Color #b5ae6f

%0
%4
%39
%29

Triadic Colors of #b5ae6f

#b5ae6f #6fb5ae #ae6fb5

Analogous Colors of #b5ae6f

#b5ae6f #99b56f #b58b6f

Monochromatic Colors of #b5ae6f

#b5ae6f

Complementary Color

#b5ae6f #6f76b5

#b5ae6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ae6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ae6f Color CSS Codes

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

#b5ae6f Text Font Color

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

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


#b5ae6f Background Color

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

This div background color is #b5ae6f


#b5ae6f Border Color

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

This div border color is #b5ae6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ae6f


Comments

No comments written yet.

Please login to write comment.