Color Hex Logo

#abe68d Color Hex

#ABE68D
(171,230,141)
0 Favorites   0 Comments

Color spaces of #abe68d

RGB 171230141
HSL0.280.640.73
HSV100°39°90°
CMYK 0.260.000.39   0.10
XYZ49.899167.174635.5353
Yxy67.17460.32700.4402
Hunter Lab81.9601-34.755531.6658
CIE-Lab85.5920-34.541137.4600

#abe68d color RGB value is (171,230,141).

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

The process color (four color CMYK) of #abe68d color hex is 0.26, 0.00, 0.39, 0.10. Web safe color of #abe68d is #99ff99. Color #abe68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 10001101
Octal 253 346 215
Decimal 171 230 141
Hex AB E6 8D

RGB Percentages of Color #abe68d

%31.55
%42.44
%26.01

CMYK Percentages of Color #abe68d

%26
%0
%39
%10

Triadic Colors of #abe68d

#abe68d #8dabe6 #e68dab

Analogous Colors of #abe68d

#abe68d #8de69c #d8e68d

Monochromatic Colors of #abe68d

#abe68d

Complementary Color

#abe68d #c88de6

#abe68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe68d Color CSS Codes

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

#abe68d Text Font Color

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

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


#abe68d Background Color

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

This div background color is #abe68d


#abe68d Border Color

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

This div border color is #abe68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe68d


Comments

No comments written yet.

Please login to write comment.