Color Hex Logo

#a8b05d Color Hex

#A8B05D
(168,176,93)
0 Favorites   0 Comments

Color spaces of #a8b05d

RGB 16817693
HSL0.180.340.53
HSV66°47°69°
CMYK 0.050.000.47   0.31
XYZ33.649640.165816.3352
Yxy40.16580.37330.4455
Hunter Lab63.3765-16.134729.0816
CIE-Lab69.5875-15.198941.2928

#a8b05d color RGB value is (168,176,93).

#a8b05d hex color red value is 168, green value is 176 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a8b05d hue: 0.18 , saturation: 0.34 and the lightness value of a8b05d is 0.53.

The process color (four color CMYK) of #a8b05d color hex is 0.05, 0.00, 0.47, 0.31. Web safe color of #a8b05d is #999966. Color #a8b05d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10110000 01011101
Octal 250 260 135
Decimal 168 176 93
Hex A8 B0 5D

RGB Percentages of Color #a8b05d

%38.44
%40.27
%21.28

CMYK Percentages of Color #a8b05d

%5
%0
%47
%31

Triadic Colors of #a8b05d

#a8b05d #5da8b0 #b05da8

Analogous Colors of #a8b05d

#a8b05d #7fb05d #b08f5d

Monochromatic Colors of #a8b05d

#a8b05d

Complementary Color

#a8b05d #655db0

#a8b05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b05d Color CSS Codes

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

#a8b05d Text Font Color

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

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


#a8b05d Background Color

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

This div background color is #a8b05d


#a8b05d Border Color

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

This div border color is #a8b05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b05d


Comments

No comments written yet.

Please login to write comment.