Color Hex Logo

#a0b381 Color Hex

#A0B381
(160,179,129)
0 Favorites   0 Comments

Color spaces of #a0b381

RGB 160179129
HSL0.230.250.60
HSV83°28°70°
CMYK 0.110.000.28   0.30
XYZ34.579841.298826.9178
Yxy41.29880.33640.4018
Hunter Lab64.2641-16.413420.1506
CIE-Lab70.3848-15.405823.4163

#a0b381 color RGB value is (160,179,129).

#a0b381 hex color red value is 160, green value is 179 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #a0b381 hue: 0.23 , saturation: 0.25 and the lightness value of a0b381 is 0.60.

The process color (four color CMYK) of #a0b381 color hex is 0.11, 0.00, 0.28, 0.30. Web safe color of #a0b381 is #99cc99. Color #a0b381 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110011 10000001
Octal 240 263 201
Decimal 160 179 129
Hex A0 B3 81

RGB Percentages of Color #a0b381

%34.19
%38.25
%27.56

CMYK Percentages of Color #a0b381

%11
%0
%28
%30

Triadic Colors of #a0b381

#a0b381 #81a0b3 #b381a0

Analogous Colors of #a0b381

#a0b381 #87b381 #b3ad81

Monochromatic Colors of #a0b381

#a0b381

Complementary Color

#a0b381 #9481b3

#a0b381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b381 Color CSS Codes

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

#a0b381 Text Font Color

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

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


#a0b381 Background Color

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

This div background color is #a0b381


#a0b381 Border Color

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

This div border color is #a0b381


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,179,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0b381; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0b381;
  -webkit-box-shadow: 1px 1px 3px 2px #a0b381;
  box-shadow:         1px 1px 3px 2px #a0b381; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,179,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b381


Comments

No comments written yet.

Please login to write comment.