Color Hex Logo

#abe126 Color Hex

#ABE126
(171,225,38)
0 Favorites   0 Comments

Color spaces of #abe126

RGB 17122538
HSL0.210.760.52
HSV77°83°88°
CMYK 0.240.000.83   0.12
XYZ44.069762.648311.6033
Yxy62.64830.37250.5295
Hunter Lab79.1507-39.128046.7137
CIE-Lab83.2570-40.838176.3119

#abe126 color RGB value is (171,225,38).

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

The process color (four color CMYK) of #abe126 color hex is 0.24, 0.00, 0.83, 0.12. Web safe color of #abe126 is #99cc33. Color #abe126 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 00100110
Octal 253 341 46
Decimal 171 225 38
Hex AB E1 26

RGB Percentages of Color #abe126

%39.40
%51.84
%8.76

CMYK Percentages of Color #abe126

%24
%0
%83
%12

Triadic Colors of #abe126

#abe126 #26abe1 #e126ab

Analogous Colors of #abe126

#abe126 #4ee126 #e1ba26

Monochromatic Colors of #abe126

#abe126

Complementary Color

#abe126 #5c26e1

#abe126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe126 Color CSS Codes

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

#abe126 Text Font Color

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

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


#abe126 Background Color

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

This div background color is #abe126


#abe126 Border Color

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

This div border color is #abe126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe126


Comments

No comments written yet.

Please login to write comment.