Color Hex Logo

#a8bc09 Color Hex

#A8BC09
(168,188,9)
0 Favorites   0 Comments

Color spaces of #a8bc09

RGB 1681889
HSL0.190.910.39
HSV67°95°74°
CMYK 0.110.000.95   0.26
XYZ34.181044.31107.0098
Yxy44.31100.39980.5182
Hunter Lab66.5665-24.834140.3530
CIE-Lab72.4359-25.624372.3180

#a8bc09 color RGB value is (168,188,9).

#a8bc09 hex color red value is 168, green value is 188 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a8bc09 hue: 0.19 , saturation: 0.91 and the lightness value of a8bc09 is 0.39.

The process color (four color CMYK) of #a8bc09 color hex is 0.11, 0.00, 0.95, 0.26. Web safe color of #a8bc09 is #99cc00. Color #a8bc09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111100 00001001
Octal 250 274 11
Decimal 168 188 9
Hex A8 BC 9

RGB Percentages of Color #a8bc09

%46.03
%51.51
%2.47

CMYK Percentages of Color #a8bc09

%11
%0
%95
%26

Triadic Colors of #a8bc09

#a8bc09 #09a8bc #bc09a8

Analogous Colors of #a8bc09

#a8bc09 #4fbc09 #bc7709

Monochromatic Colors of #a8bc09

#a8bc09

Complementary Color

#a8bc09 #1d09bc

#a8bc09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bc09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bc09 Color CSS Codes

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

#a8bc09 Text Font Color

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

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


#a8bc09 Background Color

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

This div background color is #a8bc09


#a8bc09 Border Color

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

This div border color is #a8bc09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bc09


Comments

No comments written yet.

Please login to write comment.