Color Hex Logo

#adfc2a Color Hex

#ADFC2A
(173,252,42)
0 Favorites   0 Comments

Color spaces of #adfc2a

RGB 17325242
HSL0.230.970.58
HSV83°83°99°
CMYK 0.310.000.83   0.01
XYZ52.461978.672214.6107
Yxy78.67220.36000.5398
Hunter Lab88.6974-49.642852.3216
CIE-Lab91.0858-51.430582.2384

#adfc2a color RGB value is (173,252,42).

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

The process color (four color CMYK) of #adfc2a color hex is 0.31, 0.00, 0.83, 0.01. Web safe color of #adfc2a is #99ff33. Color #adfc2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 00101010
Octal 255 374 52
Decimal 173 252 42
Hex AD FC 2A

RGB Percentages of Color #adfc2a

%37.04
%53.96
%8.99

CMYK Percentages of Color #adfc2a

%31
%0
%83
%1

Triadic Colors of #adfc2a

#adfc2a #2aadfc #fc2aad

Analogous Colors of #adfc2a

#adfc2a #44fc2a #fce22a

Monochromatic Colors of #adfc2a

#adfc2a

Complementary Color

#adfc2a #792afc

#adfc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc2a Color CSS Codes

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

#adfc2a Text Font Color

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

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


#adfc2a Background Color

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

This div background color is #adfc2a


#adfc2a Border Color

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

This div border color is #adfc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc2a


Comments

No comments written yet.

Please login to write comment.