Color Hex Logo

#abe68a Color Hex

#ABE68A
(171,230,138)
0 Favorites   0 Comments

Color spaces of #abe68a

RGB 171230138
HSL0.270.650.72
HSV98°40°90°
CMYK 0.260.000.40   0.10
XYZ49.678867.086534.3754
Yxy67.08650.32870.4439
Hunter Lab81.9063-35.070232.4509
CIE-Lab85.5476-34.944138.8981

#abe68a color RGB value is (171,230,138).

#abe68a hex color red value is 171, green value is 230 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #abe68a hue: 0.27 , saturation: 0.65 and the lightness value of abe68a is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 10001010
Octal 253 346 212
Decimal 171 230 138
Hex AB E6 8A

RGB Percentages of Color #abe68a

%31.73
%42.67
%25.60

CMYK Percentages of Color #abe68a

%26
%0
%40
%10

Triadic Colors of #abe68a

#abe68a #8aabe6 #e68aab

Analogous Colors of #abe68a

#abe68a #8ae697 #d9e68a

Monochromatic Colors of #abe68a

#abe68a

Complementary Color

#abe68a #c58ae6

#abe68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe68a Color CSS Codes

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

#abe68a Text Font Color

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

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


#abe68a Background Color

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

This div background color is #abe68a


#abe68a Border Color

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

This div border color is #abe68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe68a


Comments

No comments written yet.

Please login to write comment.