Color Hex Logo

#a5b98f Color Hex

#A5B98F
(165,185,143)
0 Favorites   0 Comments

Color spaces of #a5b98f

RGB 165185143
HSL0.250.230.64
HSV89°23°73°
CMYK 0.110.000.23   0.27
XYZ37.823944.680432.6173
Yxy44.68040.32860.3881
Hunter Lab66.8434-15.970217.8589
CIE-Lab72.6810-14.472919.0767

#a5b98f color RGB value is (165,185,143).

#a5b98f hex color red value is 165, green value is 185 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a5b98f hue: 0.25 , saturation: 0.23 and the lightness value of a5b98f is 0.64.

The process color (four color CMYK) of #a5b98f color hex is 0.11, 0.00, 0.23, 0.27. Web safe color of #a5b98f is #99cc99. Color #a5b98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111001 10001111
Octal 245 271 217
Decimal 165 185 143
Hex A5 B9 8F

RGB Percentages of Color #a5b98f

%33.47
%37.53
%29.01

CMYK Percentages of Color #a5b98f

%11
%0
%23
%27

Triadic Colors of #a5b98f

#a5b98f #8fa5b9 #b98fa5

Analogous Colors of #a5b98f

#a5b98f #90b98f #b9b88f

Monochromatic Colors of #a5b98f

#a5b98f

Complementary Color

#a5b98f #a38fb9

#a5b98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5b98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5b98f Color CSS Codes

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

#a5b98f Text Font Color

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

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


#a5b98f Background Color

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

This div background color is #a5b98f


#a5b98f Border Color

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

This div border color is #a5b98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5b98f


Comments

No comments written yet.

Please login to write comment.