Color Hex Logo

#adf04e Color Hex

#ADF04E
(173,240,78)
0 Favorites   0 Comments

Color spaces of #adf04e

RGB 17324078
HSL0.240.840.62
HSV85°68°94°
CMYK 0.280.000.68   0.06
XYZ49.768871.754518.4346
Yxy71.75450.35560.5127
Hunter Lab84.7080-43.364346.3926
CIE-Lab87.8503-44.626368.4099

#adf04e color RGB value is (173,240,78).

#adf04e hex color red value is 173, green value is 240 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #adf04e hue: 0.24 , saturation: 0.84 and the lightness value of adf04e is 0.62.

The process color (four color CMYK) of #adf04e color hex is 0.28, 0.00, 0.68, 0.06. Web safe color of #adf04e is #99ff66. Color #adf04e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 01001110
Octal 255 360 116
Decimal 173 240 78
Hex AD F0 4E

RGB Percentages of Color #adf04e

%35.23
%48.88
%15.89

CMYK Percentages of Color #adf04e

%28
%0
%68
%6

Triadic Colors of #adf04e

#adf04e #4eadf0 #f04ead

Analogous Colors of #adf04e

#adf04e #5cf04e #f0e24e

Monochromatic Colors of #adf04e

#adf04e

Complementary Color

#adf04e #914ef0

#adf04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf04e Color CSS Codes

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

#adf04e Text Font Color

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

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


#adf04e Background Color

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

This div background color is #adf04e


#adf04e Border Color

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

This div border color is #adf04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf04e


Comments

No comments written yet.

Please login to write comment.