color codes Logo

#adf99e color codes

#ADF99E
(173,249,158)
0 Favorites   0 Comments

Color spaces of #adf99e

RGB 173249158
HSL0.310.880.80
HSV110°37°98°
CMYK 0.310.000.37   0.02
XYZ57.280879.104244.5974
Yxy79.10420.31650.4371
Hunter Lab88.9405-40.685732.5286
CIE-Lab91.2814-40.081836.4383

#adf99e color RGB value is (173,249,158).

#adf99e hex color red value is 173, green value is 249 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #adf99e hue: 0.31 , saturation: 0.88 and the lightness value of adf99e is 0.80.

The process color (four color CMYK) of #adf99e color code is 0.31, 0.00, 0.37, 0.02. Web safe color of #adf99e is #99ff99. Color #adf99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 10011110
Octal 255 371 236
Decimal 173 249 158
Hex AD F9 9E

RGB Percentages of Color #adf99e

%29.83
%42.93
%27.24

CMYK Percentages of Color #adf99e

%31
%0
%37
%2

Triadic Colors of #adf99e

#adf99e #9eadf9 #f99ead

Analogous Colors of #adf99e

#adf99e #9ef9bd #dbf99e

Monochromatic Colors of #adf99e

#adf99e

Complementary Color

#adf99e #ea9ef9

#adf99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf99e Color CSS Codes

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

#adf99e Text Font Color

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

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


#adf99e Background Color

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

This div background color is #adf99e


#adf99e Border Color

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

This div border color is #adf99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf99e


Comments

No comments written yet.

Please login to write comment.