Color Hex Logo

#abdf9e Color Hex

#ABDF9E
(171,223,158)
0 Favorites   0 Comments

Color spaces of #abdf9e

RGB 171223158
HSL0.300.500.75
HSV108°29°87°
CMYK 0.230.000.29   0.13
XYZ49.353863.901942.0808
Yxy63.90190.31770.4114
Hunter Lab79.9387-29.687524.7460
CIE-Lab83.9147-28.785726.5851

#abdf9e color RGB value is (171,223,158).

#abdf9e hex color red value is 171, green value is 223 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #abdf9e hue: 0.30 , saturation: 0.50 and the lightness value of abdf9e is 0.75.

The process color (four color CMYK) of #abdf9e color hex is 0.23, 0.00, 0.29, 0.13. Web safe color of #abdf9e is #99cc99. Color #abdf9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10011110
Octal 253 337 236
Decimal 171 223 158
Hex AB DF 9E

RGB Percentages of Color #abdf9e

%30.98
%40.40
%28.62

CMYK Percentages of Color #abdf9e

%23
%0
%29
%13

Triadic Colors of #abdf9e

#abdf9e #9eabdf #df9eab

Analogous Colors of #abdf9e

#abdf9e #9edfb2 #ccdf9e

Monochromatic Colors of #abdf9e

#abdf9e

Complementary Color

#abdf9e #d29edf

#abdf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdf9e Color CSS Codes

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

#abdf9e Text Font Color

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

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


#abdf9e Background Color

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

This div background color is #abdf9e


#abdf9e Border Color

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

This div border color is #abdf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdf9e


Comments

No comments written yet.

Please login to write comment.