Color Hex Logo

#adf98e Color Hex

#ADF98E
(173,249,142)
0 Favorites   0 Comments

Color spaces of #adf98e

RGB 173249142
HSL0.290.900.77
HSV103°43°98°
CMYK 0.310.000.43   0.02
XYZ55.991778.588637.8092
Yxy78.58860.32480.4559
Hunter Lab88.6502-42.396836.7680
CIE-Lab91.0478-42.267343.9899

#adf98e color RGB value is (173,249,142).

#adf98e hex color red value is 173, green value is 249 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #adf98e hue: 0.29 , saturation: 0.90 and the lightness value of adf98e is 0.77.

The process color (four color CMYK) of #adf98e color hex is 0.31, 0.00, 0.43, 0.02. Web safe color of #adf98e is #99ff99. Color #adf98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 10001110
Octal 255 371 216
Decimal 173 249 142
Hex AD F9 8E

RGB Percentages of Color #adf98e

%30.67
%44.15
%25.18

CMYK Percentages of Color #adf98e

%31
%0
%43
%2

Triadic Colors of #adf98e

#adf98e #8eadf9 #f98ead

Analogous Colors of #adf98e

#adf98e #8ef9a5 #e3f98e

Monochromatic Colors of #adf98e

#adf98e

Complementary Color

#adf98e #da8ef9

#adf98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf98e Color CSS Codes

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

#adf98e Text Font Color

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

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


#adf98e Background Color

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

This div background color is #adf98e


#adf98e Border Color

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

This div border color is #adf98e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,249,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 #adf98e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf98e


Comments

No comments written yet.

Please login to write comment.