Color Hex Logo

#a6d508 Color Hex

#A6D508
(166,213,8)
0 Favorites   0 Comments

Color spaces of #a6d508

RGB 1662138
HSL0.200.930.43
HSV74°96°84°
CMYK 0.220.000.96   0.16
XYZ39.564055.71308.8982
Yxy55.71300.37980.5348
Hunter Lab74.6411-36.007045.1807
CIE-Lab79.4502-38.095277.7778

#a6d508 color RGB value is (166,213,8).

#a6d508 hex color red value is 166, green value is 213 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #a6d508 hue: 0.20 , saturation: 0.93 and the lightness value of a6d508 is 0.43.

The process color (four color CMYK) of #a6d508 color hex is 0.22, 0.00, 0.96, 0.16. Web safe color of #a6d508 is #99cc00. Color #a6d508 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11010101 00001000
Octal 246 325 10
Decimal 166 213 8
Hex A6 D5 8

RGB Percentages of Color #a6d508

%42.89
%55.04
%2.07

CMYK Percentages of Color #a6d508

%22
%0
%96
%16

Triadic Colors of #a6d508

#a6d508 #08a6d5 #d508a6

Analogous Colors of #a6d508

#a6d508 #3fd508 #d59e08

Monochromatic Colors of #a6d508

#a6d508

Complementary Color

#a6d508 #3708d5

#a6d508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6d508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6d508 Color CSS Codes

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

#a6d508 Text Font Color

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

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


#a6d508 Background Color

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

This div background color is #a6d508


#a6d508 Border Color

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

This div border color is #a6d508


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,213,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 #a6d508">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6d508


Comments

No comments written yet.

Please login to write comment.