Color Hex Logo

#abe62d Color Hex

#ABE62D
(171,230,45)
0 Favorites   0 Comments

Color spaces of #abe62d

RGB 17123045
HSL0.220.790.54
HSV79°80°90°
CMYK 0.260.000.80   0.10
XYZ45.565165.441012.7125
Yxy65.44100.36830.5290
Hunter Lab80.8956-41.025847.3097
CIE-Lab84.7105-42.774575.8880

#abe62d color RGB value is (171,230,45).

#abe62d hex color red value is 171, green value is 230 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #abe62d hue: 0.22 , saturation: 0.79 and the lightness value of abe62d is 0.54.

The process color (four color CMYK) of #abe62d color hex is 0.26, 0.00, 0.80, 0.10. Web safe color of #abe62d is #99ff33. Color #abe62d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 00101101
Octal 253 346 55
Decimal 171 230 45
Hex AB E6 2D

RGB Percentages of Color #abe62d

%38.34
%51.57
%10.09

CMYK Percentages of Color #abe62d

%26
%0
%80
%10

Triadic Colors of #abe62d

#abe62d #2dabe6 #e62dab

Analogous Colors of #abe62d

#abe62d #4ee62d #e6c52d

Monochromatic Colors of #abe62d

#abe62d

Complementary Color

#abe62d #682de6

#abe62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe62d Color CSS Codes

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

#abe62d Text Font Color

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

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


#abe62d Background Color

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

This div background color is #abe62d


#abe62d Border Color

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

This div border color is #abe62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe62d


Comments

No comments written yet.

Please login to write comment.