Color Hex Logo

#a8ad27 Color Hex

#A8AD27
(168,173,39)
0 Favorites   0 Comments

Color spaces of #a8ad27

RGB 16817339
HSL0.170.630.42
HSV62°77°68°
CMYK 0.030.000.77   0.32
XYZ31.458238.35857.6654
Yxy38.35850.40600.4951
Hunter Lab61.9342-17.719636.0158
CIE-Lab68.2840-17.432062.7347

#a8ad27 color RGB value is (168,173,39).

#a8ad27 hex color red value is 168, green value is 173 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a8ad27 hue: 0.17 , saturation: 0.63 and the lightness value of a8ad27 is 0.42.

The process color (four color CMYK) of #a8ad27 color hex is 0.03, 0.00, 0.77, 0.32. Web safe color of #a8ad27 is #999933. Color #a8ad27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101101 00100111
Octal 250 255 47
Decimal 168 173 39
Hex A8 AD 27

RGB Percentages of Color #a8ad27

%44.21
%45.53
%10.26

CMYK Percentages of Color #a8ad27

%3
%0
%77
%32

Triadic Colors of #a8ad27

#a8ad27 #27a8ad #ad27a8

Analogous Colors of #a8ad27

#a8ad27 #65ad27 #ad6f27

Monochromatic Colors of #a8ad27

#a8ad27

Complementary Color

#a8ad27 #2c27ad

#a8ad27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ad27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ad27 Color CSS Codes

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

#a8ad27 Text Font Color

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

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


#a8ad27 Background Color

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

This div background color is #a8ad27


#a8ad27 Border Color

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

This div border color is #a8ad27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ad27


Comments

No comments written yet.

Please login to write comment.