Color Hex Logo

#b9ae29 Color Hex

#B9AE29
(185,174,41)
0 Favorites   0 Comments

Color spaces of #b9ae29

RGB 18517441
HSL0.150.640.44
HSV55°78°73°
CMYK 0.000.060.78   0.27
XYZ35.543940.74658.0893
Yxy40.74650.42120.4829
Hunter Lab63.8330-12.314237.1695
CIE-Lab69.9979-10.451664.1947

#b9ae29 color RGB value is (185,174,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 00101001
Octal 271 256 51
Decimal 185 174 41
Hex B9 AE 29

RGB Percentages of Color #b9ae29

%46.25
%43.50
%10.25

CMYK Percentages of Color #b9ae29

%0
%6
%78
%27

Triadic Colors of #b9ae29

#b9ae29 #29b9ae #ae29b9

Analogous Colors of #b9ae29

#b9ae29 #7cb929 #b96629

Monochromatic Colors of #b9ae29

#b9ae29

Complementary Color

#b9ae29 #2934b9

#b9ae29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ae29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ae29 Color CSS Codes

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

#b9ae29 Text Font Color

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

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


#b9ae29 Background Color

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

This div background color is #b9ae29


#b9ae29 Border Color

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

This div border color is #b9ae29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ae29


Comments

No comments written yet.

Please login to write comment.