Color Hex Logo

#a6fc20 Color Hex

#A6FC20
(166,252,32)
0 Favorites   0 Comments

Color spaces of #a6fc20

RGB 16625232
HSL0.230.970.56
HSV83°87°99°
CMYK 0.340.000.87   0.01
XYZ50.797077.832113.7123
Yxy77.83210.35690.5468
Hunter Lab88.2225-51.612152.5404
CIE-Lab90.7032-54.167183.7221

#a6fc20 color RGB value is (166,252,32).

#a6fc20 hex color red value is 166, green value is 252 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a6fc20 hue: 0.23 , saturation: 0.97 and the lightness value of a6fc20 is 0.56.

The process color (four color CMYK) of #a6fc20 color hex is 0.34, 0.00, 0.87, 0.01. Web safe color of #a6fc20 is #99ff33. Color #a6fc20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111100 00100000
Octal 246 374 40
Decimal 166 252 32
Hex A6 FC 20

RGB Percentages of Color #a6fc20

%36.89
%56.00
%7.11

CMYK Percentages of Color #a6fc20

%34
%0
%87
%1

Triadic Colors of #a6fc20

#a6fc20 #20a6fc #fc20a6

Analogous Colors of #a6fc20

#a6fc20 #38fc20 #fce420

Monochromatic Colors of #a6fc20

#a6fc20

Complementary Color

#a6fc20 #7620fc

#a6fc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fc20 Color CSS Codes

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

#a6fc20 Text Font Color

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

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


#a6fc20 Background Color

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

This div background color is #a6fc20


#a6fc20 Border Color

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

This div border color is #a6fc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fc20

Related Colors


Comments

No comments written yet.

Please login to write comment.