Color Hex Logo

#abe522 Color Hex

#ABE522
(171,229,34)
0 Favorites   0 Comments

Color spaces of #abe522

RGB 17122934
HSL0.220.790.52
HSV78°85°90°
CMYK 0.250.000.85   0.10
XYZ45.102664.812011.6462
Yxy64.81200.37100.5332
Hunter Lab80.5059-40.882547.7771
CIE-Lab84.3868-42.707878.1431

#abe522 color RGB value is (171,229,34).

#abe522 hex color red value is 171, green value is 229 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #abe522 hue: 0.22 , saturation: 0.79 and the lightness value of abe522 is 0.52.

The process color (four color CMYK) of #abe522 color hex is 0.25, 0.00, 0.85, 0.10. Web safe color of #abe522 is #99cc33. Color #abe522 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 00100010
Octal 253 345 42
Decimal 171 229 34
Hex AB E5 22

RGB Percentages of Color #abe522

%39.40
%52.76
%7.83

CMYK Percentages of Color #abe522

%25
%0
%85
%10

Triadic Colors of #abe522

#abe522 #22abe5 #e522ab

Analogous Colors of #abe522

#abe522 #4ae522 #e5be22

Monochromatic Colors of #abe522

#abe522

Complementary Color

#abe522 #5c22e5

#abe522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe522 Color CSS Codes

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

#abe522 Text Font Color

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

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


#abe522 Background Color

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

This div background color is #abe522


#abe522 Border Color

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

This div border color is #abe522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe522


Comments

No comments written yet.

Please login to write comment.