Color Hex Logo

#adf25a Color Hex

#ADF25A
(173,242,90)
0 Favorites   0 Comments

Color spaces of #adf25a

RGB 17324290
HSL0.240.850.65
HSV87°63°95°
CMYK 0.290.000.63   0.05
XYZ50.831273.126721.1086
Yxy73.12670.35040.5041
Hunter Lab85.5142-43.546045.2246
CIE-Lab88.5081-44.614364.4341

#adf25a color RGB value is (173,242,90).

#adf25a hex color red value is 173, green value is 242 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #adf25a hue: 0.24 , saturation: 0.85 and the lightness value of adf25a is 0.65.

The process color (four color CMYK) of #adf25a color hex is 0.29, 0.00, 0.63, 0.05. Web safe color of #adf25a is #99ff66. Color #adf25a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110010 01011010
Octal 255 362 132
Decimal 173 242 90
Hex AD F2 5A

RGB Percentages of Color #adf25a

%34.26
%47.92
%17.82

CMYK Percentages of Color #adf25a

%29
%0
%63
%5

Triadic Colors of #adf25a

#adf25a #5aadf2 #f25aad

Analogous Colors of #adf25a

#adf25a #61f25a #f2eb5a

Monochromatic Colors of #adf25a

#adf25a

Complementary Color

#adf25a #9f5af2

#adf25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf25a Color CSS Codes

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

#adf25a Text Font Color

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

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


#adf25a Background Color

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

This div background color is #adf25a


#adf25a Border Color

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

This div border color is #adf25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf25a


Comments

No comments written yet.

Please login to write comment.