Color Hex Logo

#8aa508 Color Hex

#8AA508
(138,165,8)
0 Favorites   0 Comments

Color spaces of #8aa508

RGB 1381658
HSL0.200.910.34
HSV70°95°65°
CMYK 0.160.000.95   0.35
XYZ23.980232.33115.2064
Yxy32.33110.38980.5256
Hunter Lab56.8604-24.225634.3734
CIE-Lab63.6156-27.228164.6762

#8aa508 color RGB value is (138,165,8).

#8aa508 hex color red value is 138, green value is 165 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #8aa508 hue: 0.20 , saturation: 0.91 and the lightness value of 8aa508 is 0.34.

The process color (four color CMYK) of #8aa508 color hex is 0.16, 0.00, 0.95, 0.35. Web safe color of #8aa508 is #999900. Color #8aa508 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100101 00001000
Octal 212 245 10
Decimal 138 165 8
Hex 8A A5 8

RGB Percentages of Color #8aa508

%44.37
%53.05
%2.57

CMYK Percentages of Color #8aa508

%16
%0
%95
%35

Triadic Colors of #8aa508

#8aa508 #088aa5 #a5088a

Analogous Colors of #8aa508

#8aa508 #3ba508 #a57208

Monochromatic Colors of #8aa508

#8aa508

Complementary Color

#8aa508 #2308a5

#8aa508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa508 Color CSS Codes

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

#8aa508 Text Font Color

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

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


#8aa508 Background Color

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

This div background color is #8aa508


#8aa508 Border Color

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

This div border color is #8aa508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa508


Comments

No comments written yet.

Please login to write comment.