Color Hex Logo

#adf02e Color Hex

#ADF02E
(173,240,46)
0 Favorites   0 Comments

Color spaces of #adf02e

RGB 17324046
HSL0.220.870.56
HSV81°81°94°
CMYK 0.280.000.81   0.06
XYZ48.886871.401713.7901
Yxy71.40170.36460.5325
Hunter Lab84.4995-44.603849.4737
CIE-Lab87.6798-46.286478.3200

#adf02e color RGB value is (173,240,46).

#adf02e hex color red value is 173, green value is 240 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #adf02e hue: 0.22 , saturation: 0.87 and the lightness value of adf02e is 0.56.

The process color (four color CMYK) of #adf02e color hex is 0.28, 0.00, 0.81, 0.06. Web safe color of #adf02e is #99ff33. Color #adf02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 00101110
Octal 255 360 56
Decimal 173 240 46
Hex AD F0 2E

RGB Percentages of Color #adf02e

%37.69
%52.29
%10.02

CMYK Percentages of Color #adf02e

%28
%0
%81
%6

Triadic Colors of #adf02e

#adf02e #2eadf0 #f02ead

Analogous Colors of #adf02e

#adf02e #4cf02e #f0d22e

Monochromatic Colors of #adf02e

#adf02e

Complementary Color

#adf02e #712ef0

#adf02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf02e Color CSS Codes

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

#adf02e Text Font Color

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

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


#adf02e Background Color

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

This div background color is #adf02e


#adf02e Border Color

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

This div border color is #adf02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf02e


Comments

No comments written yet.

Please login to write comment.