Color Hex Logo

#b5aa14 Color Hex

#B5AA14
(181,170,20)
0 Favorites   0 Comments

Color spaces of #b5aa14

RGB 18117020
HSL0.160.800.39
HSV56°89°71°
CMYK 0.000.060.89   0.29
XYZ33.557038.62376.3483
Yxy38.62370.42730.4918
Hunter Lab62.1480-12.377337.4472
CIE-Lab68.4778-10.740668.0989

#b5aa14 color RGB value is (181,170,20).

#b5aa14 hex color red value is 181, green value is 170 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b5aa14 hue: 0.16 , saturation: 0.80 and the lightness value of b5aa14 is 0.39.

The process color (four color CMYK) of #b5aa14 color hex is 0.00, 0.06, 0.89, 0.29. Web safe color of #b5aa14 is #cc9900. Color #b5aa14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101010 00010100
Octal 265 252 24
Decimal 181 170 20
Hex B5 AA 14

RGB Percentages of Color #b5aa14

%48.79
%45.82
%5.39

CMYK Percentages of Color #b5aa14

%0
%6
%89
%29

Triadic Colors of #b5aa14

#b5aa14 #14b5aa #aa14b5

Analogous Colors of #b5aa14

#b5aa14 #70b514 #b55a14

Monochromatic Colors of #b5aa14

#b5aa14

Complementary Color

#b5aa14 #141fb5

#b5aa14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aa14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aa14 Color CSS Codes

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

#b5aa14 Text Font Color

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

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


#b5aa14 Background Color

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

This div background color is #b5aa14


#b5aa14 Border Color

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

This div border color is #b5aa14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aa14


Comments

No comments written yet.

Please login to write comment.