Color Hex Logo

#abe052 Color Hex

#ABE052
(171,224,82)
0 Favorites   0 Comments

Color spaces of #abe052

RGB 17122482
HSL0.230.700.60
HSV82°63°88°
CMYK 0.240.000.63   0.12
XYZ44.973262.578417.6912
Yxy62.57840.35910.4997
Hunter Lab79.1065-36.956642.1151
CIE-Lab83.2201-38.052261.9345

#abe052 color RGB value is (171,224,82).

#abe052 hex color red value is 171, green value is 224 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #abe052 hue: 0.23 , saturation: 0.70 and the lightness value of abe052 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100000 01010010
Octal 253 340 122
Decimal 171 224 82
Hex AB E0 52

RGB Percentages of Color #abe052

%35.85
%46.96
%17.19

CMYK Percentages of Color #abe052

%24
%0
%63
%12

Triadic Colors of #abe052

#abe052 #52abe0 #e052ab

Analogous Colors of #abe052

#abe052 #64e052 #e0ce52

Monochromatic Colors of #abe052

#abe052

Complementary Color

#abe052 #8752e0

#abe052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe052 Color CSS Codes

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

#abe052 Text Font Color

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

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


#abe052 Background Color

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

This div background color is #abe052


#abe052 Border Color

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

This div border color is #abe052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe052


Comments

No comments written yet.

Please login to write comment.