Color Hex Logo

#abd58e Color Hex

#ABD58E
(171,213,142)
0 Favorites   0 Comments

Color spaces of #abd58e

RGB 171213142
HSL0.270.460.70
HSV95°33°84°
CMYK 0.200.000.33   0.16
XYZ45.471358.199434.4282
Yxy58.19940.32930.4214
Hunter Lab76.2885-27.111126.6450
CIE-Lab80.8495-26.401230.7283

#abd58e color RGB value is (171,213,142).

#abd58e hex color red value is 171, green value is 213 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #abd58e hue: 0.27 , saturation: 0.46 and the lightness value of abd58e is 0.70.

The process color (four color CMYK) of #abd58e color hex is 0.20, 0.00, 0.33, 0.16. Web safe color of #abd58e is #99cc99. Color #abd58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 10001110
Octal 253 325 216
Decimal 171 213 142
Hex AB D5 8E

RGB Percentages of Color #abd58e

%32.51
%40.49
%27.00

CMYK Percentages of Color #abd58e

%20
%0
%33
%16

Triadic Colors of #abd58e

#abd58e #8eabd5 #d58eab

Analogous Colors of #abd58e

#abd58e #8ed595 #cfd58e

Monochromatic Colors of #abd58e

#abd58e

Complementary Color

#abd58e #b88ed5

#abd58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd58e Color CSS Codes

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

#abd58e Text Font Color

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

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


#abd58e Background Color

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

This div background color is #abd58e


#abd58e Border Color

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

This div border color is #abd58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd58e


Comments

No comments written yet.

Please login to write comment.