color codes Logo

#a8ab4d color codes

#A8AB4D
(168,171,77)
0 Favorites   0 Comments

Color spaces of #a8ab4d

RGB 16817177
HSL0.170.380.49
HSV62°55°67°
CMYK 0.020.000.55   0.33
XYZ32.050937.986512.6640
Yxy37.98650.38750.4593
Hunter Lab61.6332-15.033330.9607
CIE-Lab68.0107-14.095147.2196

#a8ab4d color RGB value is (168,171,77).

#a8ab4d hex color red value is 168, green value is 171 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a8ab4d hue: 0.17 , saturation: 0.38 and the lightness value of a8ab4d is 0.49.

The process color (four color CMYK) of #a8ab4d color code is 0.02, 0.00, 0.55, 0.33. Web safe color of #a8ab4d is #999966. Color #a8ab4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101011 01001101
Octal 250 253 115
Decimal 168 171 77
Hex A8 AB 4D

RGB Percentages of Color #a8ab4d

%40.38
%41.11
%18.51

CMYK Percentages of Color #a8ab4d

%2
%0
%55
%33

Triadic Colors of #a8ab4d

#a8ab4d #4da8ab #ab4da8

Analogous Colors of #a8ab4d

#a8ab4d #79ab4d #ab7f4d

Monochromatic Colors of #a8ab4d

#a8ab4d

Complementary Color

#a8ab4d #504dab

#a8ab4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ab4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ab4d Color CSS Codes

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

#a8ab4d Text Font Color

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

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


#a8ab4d Background Color

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

This div background color is #a8ab4d


#a8ab4d Border Color

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

This div border color is #a8ab4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ab4d


Comments

No comments written yet.

Please login to write comment.