Color Hex Logo

#abe68e Color Hex

#ABE68E
(171,230,142)
0 Favorites   0 Comments

Color spaces of #abe68e

RGB 171230142
HSL0.280.640.73
HSV100°38°90°
CMYK 0.260.000.38   0.10
XYZ49.973967.204535.9291
Yxy67.20450.32640.4389
Hunter Lab81.9784-34.648731.3995
CIE-Lab85.6071-34.404636.9791

#abe68e color RGB value is (171,230,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 10001110
Octal 253 346 216
Decimal 171 230 142
Hex AB E6 8E

RGB Percentages of Color #abe68e

%31.49
%42.36
%26.15

CMYK Percentages of Color #abe68e

%26
%0
%38
%10

Triadic Colors of #abe68e

#abe68e #8eabe6 #e68eab

Analogous Colors of #abe68e

#abe68e #8ee69d #d7e68e

Monochromatic Colors of #abe68e

#abe68e

Complementary Color

#abe68e #c98ee6

#abe68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe68e Color CSS Codes

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

#abe68e Text Font Color

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

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


#abe68e Background Color

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

This div background color is #abe68e


#abe68e Border Color

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

This div border color is #abe68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe68e


Comments

No comments written yet.

Please login to write comment.