Color Hex Logo

#abe055 Color Hex

#ABE055
(171,224,85)
0 Favorites   0 Comments

Color spaces of #abe055

RGB 17122485
HSL0.230.690.61
HSV83°62°88°
CMYK 0.240.000.62   0.12
XYZ45.089962.625118.3057
Yxy62.62510.35780.4969
Hunter Lab79.1360-36.782841.6803
CIE-Lab83.2447-37.821860.7278

#abe055 color RGB value is (171,224,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100000 01010101
Octal 253 340 125
Decimal 171 224 85
Hex AB E0 55

RGB Percentages of Color #abe055

%35.63
%46.67
%17.71

CMYK Percentages of Color #abe055

%24
%0
%62
%12

Triadic Colors of #abe055

#abe055 #55abe0 #e055ab

Analogous Colors of #abe055

#abe055 #66e055 #e0d055

Monochromatic Colors of #abe055

#abe055

Complementary Color

#abe055 #8a55e0

#abe055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe055 Color CSS Codes

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

#abe055 Text Font Color

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

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


#abe055 Background Color

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

This div background color is #abe055


#abe055 Border Color

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

This div border color is #abe055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe055


Comments

No comments written yet.

Please login to write comment.