Color Hex Logo

#abe46d Color Hex

#ABE46D
(171,228,109)
0 Favorites   0 Comments

Color spaces of #abe46d

RGB 171228109
HSL0.250.690.66
HSV89°52°89°
CMYK 0.250.000.52   0.11
XYZ47.298365.248924.5694
Yxy65.24890.34490.4759
Hunter Lab80.7768-36.839938.5099
CIE-Lab84.6118-37.449351.7077

#abe46d color RGB value is (171,228,109).

#abe46d hex color red value is 171, green value is 228 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #abe46d hue: 0.25 , saturation: 0.69 and the lightness value of abe46d is 0.66.

The process color (four color CMYK) of #abe46d color hex is 0.25, 0.00, 0.52, 0.11. Web safe color of #abe46d is #99cc66. Color #abe46d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100100 01101101
Octal 253 344 155
Decimal 171 228 109
Hex AB E4 6D

RGB Percentages of Color #abe46d

%33.66
%44.88
%21.46

CMYK Percentages of Color #abe46d

%25
%0
%52
%11

Triadic Colors of #abe46d

#abe46d #6dabe4 #e46dab

Analogous Colors of #abe46d

#abe46d #70e46d #e4e26d

Monochromatic Colors of #abe46d

#abe46d

Complementary Color

#abe46d #a66de4

#abe46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe46d Color CSS Codes

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

#abe46d Text Font Color

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

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


#abe46d Background Color

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

This div background color is #abe46d


#abe46d Border Color

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

This div border color is #abe46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe46d


Comments

No comments written yet.

Please login to write comment.