Color Hex Logo

#abe152 Color Hex

#ABE152
(171,225,82)
0 Favorites   0 Comments

Color spaces of #abe152

RGB 17122582
HSL0.230.700.60
HSV83°64°88°
CMYK 0.240.000.64   0.12
XYZ45.242863.117617.7810
Yxy63.11760.35870.5004
Hunter Lab79.4466-37.380342.3429
CIE-Lab83.5042-38.500062.2401

#abe152 color RGB value is (171,225,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 01010010
Octal 253 341 122
Decimal 171 225 82
Hex AB E1 52

RGB Percentages of Color #abe152

%35.77
%47.07
%17.15

CMYK Percentages of Color #abe152

%24
%0
%64
%12

Triadic Colors of #abe152

#abe152 #52abe1 #e152ab

Analogous Colors of #abe152

#abe152 #64e152 #e1d052

Monochromatic Colors of #abe152

#abe152

Complementary Color

#abe152 #8852e1

#abe152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe152 Color CSS Codes

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

#abe152 Text Font Color

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

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


#abe152 Background Color

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

This div background color is #abe152


#abe152 Border Color

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

This div border color is #abe152


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,225,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 #abe152">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe152


Comments

No comments written yet.

Please login to write comment.