Color Hex Logo

#a8c610 Color Hex

#A8C610
(168,198,16)
0 Favorites   0 Comments

Color spaces of #a8c610

RGB 16819816
HSL0.190.850.42
HSV70°92°78°
CMYK 0.150.000.92   0.22
XYZ36.436148.75047.9796
Yxy48.75040.39110.5233
Hunter Lab69.8215-29.038042.0990
CIE-Lab75.2958-30.297973.7107

#a8c610 color RGB value is (168,198,16).

#a8c610 hex color red value is 168, green value is 198 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a8c610 hue: 0.19 , saturation: 0.85 and the lightness value of a8c610 is 0.42.

The process color (four color CMYK) of #a8c610 color hex is 0.15, 0.00, 0.92, 0.22. Web safe color of #a8c610 is #99cc00. Color #a8c610 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11000110 00010000
Octal 250 306 20
Decimal 168 198 16
Hex A8 C6 10

RGB Percentages of Color #a8c610

%43.98
%51.83
%4.19

CMYK Percentages of Color #a8c610

%15
%0
%92
%22

Triadic Colors of #a8c610

#a8c610 #10a8c6 #c610a8

Analogous Colors of #a8c610

#a8c610 #4dc610 #c68910

Monochromatic Colors of #a8c610

#a8c610

Complementary Color

#a8c610 #2e10c6

#a8c610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8c610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8c610 Color CSS Codes

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

#a8c610 Text Font Color

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

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


#a8c610 Background Color

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

This div background color is #a8c610


#a8c610 Border Color

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

This div border color is #a8c610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8c610


Comments

No comments written yet.

Please login to write comment.