Color Hex Logo

#abe164 Color Hex

#ABE164
(171,225,100)
0 Favorites   0 Comments

Color spaces of #abe164

RGB 171225100
HSL0.240.680.64
HSV86°56°88°
CMYK 0.240.000.56   0.12
XYZ46.020163.428521.8740
Yxy63.42850.35040.4830
Hunter Lab79.6420-36.229639.4652
CIE-Lab83.6673-36.980054.7054

#abe164 color RGB value is (171,225,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 01100100
Octal 253 341 144
Decimal 171 225 100
Hex AB E1 64

RGB Percentages of Color #abe164

%34.48
%45.36
%20.16

CMYK Percentages of Color #abe164

%24
%0
%56
%12

Triadic Colors of #abe164

#abe164 #64abe1 #e164ab

Analogous Colors of #abe164

#abe164 #6de164 #e1d964

Monochromatic Colors of #abe164

#abe164

Complementary Color

#abe164 #9a64e1

#abe164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe164 Color CSS Codes

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

#abe164 Text Font Color

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

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


#abe164 Background Color

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

This div background color is #abe164


#abe164 Border Color

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

This div border color is #abe164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe164


Comments

No comments written yet.

Please login to write comment.