Color Hex Logo

#abdf9a Color Hex

#ABDF9A
(171,223,154)
0 Favorites   0 Comments

Color spaces of #abdf9a

RGB 171223154
HSL0.290.520.74
HSV105°31°87°
CMYK 0.230.000.31   0.13
XYZ49.015063.766440.2966
Yxy63.76640.32020.4166
Hunter Lab79.8539-30.179425.9782
CIE-Lab83.8440-29.402828.5520

#abdf9a color RGB value is (171,223,154).

#abdf9a hex color red value is 171, green value is 223 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #abdf9a hue: 0.29 , saturation: 0.52 and the lightness value of abdf9a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10011010
Octal 253 337 232
Decimal 171 223 154
Hex AB DF 9A

RGB Percentages of Color #abdf9a

%31.20
%40.69
%28.10

CMYK Percentages of Color #abdf9a

%23
%0
%31
%13

Triadic Colors of #abdf9a

#abdf9a #9aabdf #df9aab

Analogous Colors of #abdf9a

#abdf9a #9adfac #cedf9a

Monochromatic Colors of #abdf9a

#abdf9a

Complementary Color

#abdf9a #ce9adf

#abdf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdf9a Color CSS Codes

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

#abdf9a Text Font Color

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

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


#abdf9a Background Color

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

This div background color is #abdf9a


#abdf9a Border Color

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

This div border color is #abdf9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,223,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdf9a


Comments

No comments written yet.

Please login to write comment.