Color Hex Logo

#adf28e Color Hex

#ADF28E
(173,242,142)
0 Favorites   0 Comments

Color spaces of #adf28e

RGB 173242142
HSL0.280.790.75
HSV101°41°95°
CMYK 0.290.000.41   0.05
XYZ53.868274.341537.1014
Yxy74.34150.32590.4497
Hunter Lab86.2215-39.367134.8424
CIE-Lab89.0836-39.168141.4861

#adf28e color RGB value is (173,242,142).

#adf28e hex color red value is 173, green value is 242 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #adf28e hue: 0.28 , saturation: 0.79 and the lightness value of adf28e is 0.75.

The process color (four color CMYK) of #adf28e color hex is 0.29, 0.00, 0.41, 0.05. Web safe color of #adf28e is #99ff99. Color #adf28e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110010 10001110
Octal 255 362 216
Decimal 173 242 142
Hex AD F2 8E

RGB Percentages of Color #adf28e

%31.06
%43.45
%25.49

CMYK Percentages of Color #adf28e

%29
%0
%41
%5

Triadic Colors of #adf28e

#adf28e #8eadf2 #f28ead

Analogous Colors of #adf28e

#adf28e #8ef2a1 #dff28e

Monochromatic Colors of #adf28e

#adf28e

Complementary Color

#adf28e #d38ef2

#adf28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf28e Color CSS Codes

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

#adf28e Text Font Color

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

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


#adf28e Background Color

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

This div background color is #adf28e


#adf28e Border Color

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

This div border color is #adf28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf28e


Comments

No comments written yet.

Please login to write comment.