Color Hex Logo

#b5a21e Color Hex

#B5A21E
(181,162,30)
0 Favorites   0 Comments

Color spaces of #b5a21e

RGB 18116230
HSL0.150.720.41
HSV52°83°71°
CMYK 0.000.100.83   0.29
XYZ32.210735.75826.4326
Yxy35.75820.43290.4806
Hunter Lab59.7982-8.496535.4808
CIE-Lab66.3348-6.294064.0622

#b5a21e color RGB value is (181,162,30).

#b5a21e hex color red value is 181, green value is 162 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b5a21e hue: 0.15 , saturation: 0.72 and the lightness value of b5a21e is 0.41.

The process color (four color CMYK) of #b5a21e color hex is 0.00, 0.10, 0.83, 0.29. Web safe color of #b5a21e is #cc9933. Color #b5a21e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100010 00011110
Octal 265 242 36
Decimal 181 162 30
Hex B5 A2 1E

RGB Percentages of Color #b5a21e

%48.53
%43.43
%8.04

CMYK Percentages of Color #b5a21e

%0
%10
%83
%29

Triadic Colors of #b5a21e

#b5a21e #1eb5a2 #a21eb5

Analogous Colors of #b5a21e

#b5a21e #7db51e #b5571e

Monochromatic Colors of #b5a21e

#b5a21e

Complementary Color

#b5a21e #1e31b5

#b5a21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a21e Color CSS Codes

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

#b5a21e Text Font Color

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

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


#b5a21e Background Color

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

This div background color is #b5a21e


#b5a21e Border Color

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

This div border color is #b5a21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a21e


Comments

No comments written yet.

Please login to write comment.