Color Hex Logo

#abe47d Color Hex

#ABE47D
(171,228,125)
0 Favorites   0 Comments

Color spaces of #abe47d

RGB 171228125
HSL0.260.660.69
HSV93°45°89°
CMYK 0.250.000.45   0.11
XYZ48.239765.625429.5265
Yxy65.62540.33640.4577
Hunter Lab81.0095-35.473135.0965
CIE-Lab84.8050-35.670344.3481

#abe47d color RGB value is (171,228,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100100 01111101
Octal 253 344 175
Decimal 171 228 125
Hex AB E4 7D

RGB Percentages of Color #abe47d

%32.63
%43.51
%23.85

CMYK Percentages of Color #abe47d

%25
%0
%45
%11

Triadic Colors of #abe47d

#abe47d #7dabe4 #e47dab

Analogous Colors of #abe47d

#abe47d #7de483 #dfe47d

Monochromatic Colors of #abe47d

#abe47d

Complementary Color

#abe47d #b67de4

#abe47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe47d Color CSS Codes

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

#abe47d Text Font Color

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

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


#abe47d Background Color

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

This div background color is #abe47d


#abe47d Border Color

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

This div border color is #abe47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe47d


Comments

No comments written yet.

Please login to write comment.