Color Hex Logo

#abe161 Color Hex

#ABE161
(171,225,97)
0 Favorites   0 Comments

Color spaces of #abe161

RGB 17122597
HSL0.240.680.63
HSV85°57°88°
CMYK 0.240.000.57   0.12
XYZ45.877563.371421.1232
Yxy63.37140.35190.4861
Hunter Lab79.6062-36.440239.9919
CIE-Lab83.6374-37.257056.0096

#abe161 color RGB value is (171,225,97).

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

The process color (four color CMYK) of #abe161 color hex is 0.24, 0.00, 0.57, 0.12. Web safe color of #abe161 is #99cc66. Color #abe161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 01100001
Octal 253 341 141
Decimal 171 225 97
Hex AB E1 61

RGB Percentages of Color #abe161

%34.69
%45.64
%19.68

CMYK Percentages of Color #abe161

%24
%0
%57
%12

Triadic Colors of #abe161

#abe161 #61abe1 #e161ab

Analogous Colors of #abe161

#abe161 #6be161 #e1d761

Monochromatic Colors of #abe161

#abe161

Complementary Color

#abe161 #9761e1

#abe161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe161 Color CSS Codes

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

#abe161 Text Font Color

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

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


#abe161 Background Color

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

This div background color is #abe161


#abe161 Border Color

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

This div border color is #abe161


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,225,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 #abe161">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe161


Comments

No comments written yet.

Please login to write comment.