Color Hex Logo

#a6d202 Color Hex

#A6D202
(166,210,2)
0 Favorites   0 Comments

Color spaces of #a6d202

RGB 1662102
HSL0.200.980.42
HSV73°99°82°
CMYK 0.210.000.99   0.18
XYZ38.783454.20468.4759
Yxy54.20460.38220.5342
Hunter Lab73.6238-34.811744.7109
CIE-Lab78.5809-36.819877.6743

#a6d202 color RGB value is (166,210,2).

#a6d202 hex color red value is 166, green value is 210 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a6d202 hue: 0.20 , saturation: 0.98 and the lightness value of a6d202 is 0.42.

The process color (four color CMYK) of #a6d202 color hex is 0.21, 0.00, 0.99, 0.18. Web safe color of #a6d202 is #99cc00. Color #a6d202 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11010010 00000010
Octal 246 322 2
Decimal 166 210 2
Hex A6 D2 2

RGB Percentages of Color #a6d202

%43.92
%55.56
%0.53

CMYK Percentages of Color #a6d202

%21
%0
%99
%18

Triadic Colors of #a6d202

#a6d202 #02a6d2 #d202a6

Analogous Colors of #a6d202

#a6d202 #3ed202 #d29602

Monochromatic Colors of #a6d202

#a6d202

Complementary Color

#a6d202 #2e02d2

#a6d202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6d202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6d202 Color CSS Codes

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

#a6d202 Text Font Color

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

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


#a6d202 Background Color

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

This div background color is #a6d202


#a6d202 Border Color

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

This div border color is #a6d202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6d202


Comments

No comments written yet.

Please login to write comment.