Color Hex Logo

#b5a83f Color Hex

#B5A83F
(181,168,63)
0 Favorites   0 Comments

Color spaces of #b5a83f

RGB 18116863
HSL0.150.480.48
HSV53°65°71°
CMYK 0.000.070.65   0.29
XYZ33.955938.187910.2840
Yxy38.18790.41190.4633
Hunter Lab61.7964-10.061333.3906
CIE-Lab68.1589-7.971254.0199

#b5a83f color RGB value is (181,168,63).

#b5a83f hex color red value is 181, green value is 168 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b5a83f hue: 0.15 , saturation: 0.48 and the lightness value of b5a83f is 0.48.

The process color (four color CMYK) of #b5a83f color hex is 0.00, 0.07, 0.65, 0.29. Web safe color of #b5a83f is #cc9933. Color #b5a83f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101000 00111111
Octal 265 250 77
Decimal 181 168 63
Hex B5 A8 3F

RGB Percentages of Color #b5a83f

%43.93
%40.78
%15.29

CMYK Percentages of Color #b5a83f

%0
%7
%65
%29

Triadic Colors of #b5a83f

#b5a83f #3fb5a8 #a83fb5

Analogous Colors of #b5a83f

#b5a83f #87b53f #b56d3f

Monochromatic Colors of #b5a83f

#b5a83f

Complementary Color

#b5a83f #3f4cb5

#b5a83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a83f Color CSS Codes

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

#b5a83f Text Font Color

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

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


#b5a83f Background Color

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

This div background color is #b5a83f


#b5a83f Border Color

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

This div border color is #b5a83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a83f


Comments

No comments written yet.

Please login to write comment.