Color Hex Logo

#b5ae30 Color Hex

#B5AE30
(181,174,48)
0 Favorites   0 Comments

Color spaces of #b5ae30

RGB 18117448
HSL0.160.580.45
HSV57°73°71°
CMYK 0.000.040.73   0.29
XYZ34.725640.30938.7465
Yxy40.30930.41450.4811
Hunter Lab63.4896-13.476336.2748
CIE-Lab69.6893-11.907061.4446

#b5ae30 color RGB value is (181,174,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 00110000
Octal 265 256 60
Decimal 181 174 48
Hex B5 AE 30

RGB Percentages of Color #b5ae30

%44.91
%43.18
%11.91

CMYK Percentages of Color #b5ae30

%0
%4
%73
%29

Triadic Colors of #b5ae30

#b5ae30 #30b5ae #ae30b5

Analogous Colors of #b5ae30

#b5ae30 #7ab530 #b56c30

Monochromatic Colors of #b5ae30

#b5ae30

Complementary Color

#b5ae30 #3037b5

#b5ae30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ae30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ae30 Color CSS Codes

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

#b5ae30 Text Font Color

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

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


#b5ae30 Background Color

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

This div background color is #b5ae30


#b5ae30 Border Color

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

This div border color is #b5ae30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ae30


Comments

No comments written yet.

Please login to write comment.