Color Hex Logo

#adfb9e Color Hex

#ADFB9E
(173,251,158)
0 Favorites   0 Comments

Color spaces of #adfb9e

RGB 173251158
HSL0.310.920.80
HSV110°37°98°
CMYK 0.310.000.37   0.02
XYZ57.902380.347244.8045
Yxy80.34720.31630.4389
Hunter Lab89.6366-41.558933.1097
CIE-Lab91.8404-40.969437.1726

#adfb9e color RGB value is (173,251,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 10011110
Octal 255 373 236
Decimal 173 251 158
Hex AD FB 9E

RGB Percentages of Color #adfb9e

%29.73
%43.13
%27.15

CMYK Percentages of Color #adfb9e

%31
%0
%37
%2

Triadic Colors of #adfb9e

#adfb9e #9eadfb #fb9ead

Analogous Colors of #adfb9e

#adfb9e #9efbbe #dcfb9e

Monochromatic Colors of #adfb9e

#adfb9e

Complementary Color

#adfb9e #ec9efb

#adfb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb9e Color CSS Codes

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

#adfb9e Text Font Color

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

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


#adfb9e Background Color

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

This div background color is #adfb9e


#adfb9e Border Color

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

This div border color is #adfb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb9e


Comments

No comments written yet.

Please login to write comment.