Color Hex Logo

#abe101 Color Hex

#ABE101
(171,225,1)
0 Favorites   0 Comments

Color spaces of #abe101

RGB 1712251
HSL0.210.990.44
HSV74°100°88°
CMYK 0.240.001.00   0.12
XYZ43.725362.51059.7899
Yxy62.51050.37690.5388
Hunter Lab79.0636-39.643748.0030
CIE-Lab83.1842-41.535081.4083

#abe101 color RGB value is (171,225,1).

#abe101 hex color red value is 171, green value is 225 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #abe101 hue: 0.21 , saturation: 0.99 and the lightness value of abe101 is 0.44.

The process color (four color CMYK) of #abe101 color hex is 0.24, 0.00, 1.00, 0.12. Web safe color of #abe101 is #99cc00. Color #abe101 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 00000001
Octal 253 341 1
Decimal 171 225 1
Hex AB E1 1

RGB Percentages of Color #abe101

%43.07
%56.68
%0.25

CMYK Percentages of Color #abe101

%24
%0
%100
%12

Triadic Colors of #abe101

#abe101 #01abe1 #e101ab

Analogous Colors of #abe101

#abe101 #3be101 #e1a701

Monochromatic Colors of #abe101

#abe101

Complementary Color

#abe101 #3701e1

#abe101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe101 Color CSS Codes

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

#abe101 Text Font Color

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

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


#abe101 Background Color

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

This div background color is #abe101


#abe101 Border Color

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

This div border color is #abe101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe101


Comments

No comments written yet.

Please login to write comment.