Color Hex Logo

#b9ae3a Color Hex

#B9AE3A
(185,174,58)
0 Favorites   0 Comments

Color spaces of #b9ae3a

RGB 18517458
HSL0.150.520.48
HSV55°69°73°
CMYK 0.000.060.69   0.27
XYZ35.907440.891910.0034
Yxy40.89190.41370.4711
Hunter Lab63.9468-11.675535.4878
CIE-Lab70.1001-9.668258.2029

#b9ae3a color RGB value is (185,174,58).

#b9ae3a hex color red value is 185, green value is 174 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b9ae3a hue: 0.15 , saturation: 0.52 and the lightness value of b9ae3a is 0.48.

The process color (four color CMYK) of #b9ae3a color hex is 0.00, 0.06, 0.69, 0.27. Web safe color of #b9ae3a is #cc9933. Color #b9ae3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 00111010
Octal 271 256 72
Decimal 185 174 58
Hex B9 AE 3A

RGB Percentages of Color #b9ae3a

%44.36
%41.73
%13.91

CMYK Percentages of Color #b9ae3a

%0
%6
%69
%27

Triadic Colors of #b9ae3a

#b9ae3a #3ab9ae #ae3ab9

Analogous Colors of #b9ae3a

#b9ae3a #85b93a #b96f3a

Monochromatic Colors of #b9ae3a

#b9ae3a

Complementary Color

#b9ae3a #3a45b9

#b9ae3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ae3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ae3a Color CSS Codes

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

#b9ae3a Text Font Color

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

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


#b9ae3a Background Color

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

This div background color is #b9ae3a


#b9ae3a Border Color

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

This div border color is #b9ae3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ae3a


Comments

No comments written yet.

Please login to write comment.