Color Hex Logo

#abeb8d Color Hex

#ABEB8D
(171,235,141)
0 Favorites   0 Comments

Color spaces of #abeb8d

RGB 171235141
HSL0.280.700.74
HSV101°40°92°
CMYK 0.270.000.40   0.08
XYZ51.310669.997736.0059
Yxy69.99770.32620.4450
Hunter Lab83.6646-36.941033.0492
CIE-Lab86.9957-36.823639.2749

#abeb8d color RGB value is (171,235,141).

#abeb8d hex color red value is 171, green value is 235 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #abeb8d hue: 0.28 , saturation: 0.70 and the lightness value of abeb8d is 0.74.

The process color (four color CMYK) of #abeb8d color hex is 0.27, 0.00, 0.40, 0.08. Web safe color of #abeb8d is #99ff99. Color #abeb8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 10001101
Octal 253 353 215
Decimal 171 235 141
Hex AB EB 8D

RGB Percentages of Color #abeb8d

%31.26
%42.96
%25.78

CMYK Percentages of Color #abeb8d

%27
%0
%40
%8

Triadic Colors of #abeb8d

#abeb8d #8dabeb #eb8dab

Analogous Colors of #abeb8d

#abeb8d #8deb9e #daeb8d

Monochromatic Colors of #abeb8d

#abeb8d

Complementary Color

#abeb8d #cd8deb

#abeb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeb8d Color CSS Codes

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

#abeb8d Text Font Color

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

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


#abeb8d Background Color

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

This div background color is #abeb8d


#abeb8d Border Color

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

This div border color is #abeb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeb8d


Comments

No comments written yet.

Please login to write comment.