color codes Logo

#adf20e color codes

#ADF20E
(173,242,14)
0 Favorites   0 Comments

Color spaces of #adf20e

RGB 17324214
HSL0.220.900.50
HSV78°94°95°
CMYK 0.290.000.94   0.05
XYZ49.065072.420211.8080
Yxy72.42020.36810.5433
Hunter Lab85.1001-46.009851.3433
CIE-Lab88.1705-47.915184.2290

#adf20e color RGB value is (173,242,14).

#adf20e hex color red value is 173, green value is 242 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #adf20e hue: 0.22 , saturation: 0.90 and the lightness value of adf20e is 0.50.

The process color (four color CMYK) of #adf20e color code is 0.29, 0.00, 0.94, 0.05. Web safe color of #adf20e is #99ff00. Color #adf20e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110010 00001110
Octal 255 362 16
Decimal 173 242 14
Hex AD F2 E

RGB Percentages of Color #adf20e

%40.33
%56.41
%3.26

CMYK Percentages of Color #adf20e

%29
%0
%94
%5

Triadic Colors of #adf20e

#adf20e #0eadf2 #f20ead

Analogous Colors of #adf20e

#adf20e #3bf20e #f2c50e

Monochromatic Colors of #adf20e

#adf20e

Complementary Color

#adf20e #530ef2

#adf20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf20e Color CSS Codes

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

#adf20e Text Font Color

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

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


#adf20e Background Color

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

This div background color is #adf20e


#adf20e Border Color

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

This div border color is #adf20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf20e


Comments

No comments written yet.

Please login to write comment.