Color Hex Logo

#abe461 Color Hex

#ABE461
(171,228,97)
0 Favorites   0 Comments

Color spaces of #abe461

RGB 17122897
HSL0.240.710.64
HSV86°57°89°
CMYK 0.250.000.57   0.11
XYZ46.695765.007821.3959
Yxy65.00780.35080.4884
Hunter Lab80.6274-37.719040.7055
CIE-Lab84.4878-38.604356.9796

#abe461 color RGB value is (171,228,97).

#abe461 hex color red value is 171, green value is 228 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #abe461 hue: 0.24 , saturation: 0.71 and the lightness value of abe461 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100100 01100001
Octal 253 344 141
Decimal 171 228 97
Hex AB E4 61

RGB Percentages of Color #abe461

%34.48
%45.97
%19.56

CMYK Percentages of Color #abe461

%25
%0
%57
%11

Triadic Colors of #abe461

#abe461 #61abe4 #e461ab

Analogous Colors of #abe461

#abe461 #6ae461 #e4dc61

Monochromatic Colors of #abe461

#abe461

Complementary Color

#abe461 #9a61e4

#abe461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe461 Color CSS Codes

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

#abe461 Text Font Color

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

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


#abe461 Background Color

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

This div background color is #abe461


#abe461 Border Color

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

This div border color is #abe461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe461


Comments

No comments written yet.

Please login to write comment.