Color Hex Logo

#abe085 Color Hex

#ABE085
(171,224,133)
0 Favorites   0 Comments

Color spaces of #abe085

RGB 171224133
HSL0.260.590.70
HSV95°41°88°
CMYK 0.240.000.41   0.12
XYZ47.683963.662731.9652
Yxy63.66270.33270.4442
Hunter Lab79.7889-32.954432.0994
CIE-Lab83.7898-32.832439.1277

#abe085 color RGB value is (171,224,133).

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

The process color (four color CMYK) of #abe085 color hex is 0.24, 0.00, 0.41, 0.12. Web safe color of #abe085 is #99cc99. Color #abe085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100000 10000101
Octal 253 340 205
Decimal 171 224 133
Hex AB E0 85

RGB Percentages of Color #abe085

%32.39
%42.42
%25.19

CMYK Percentages of Color #abe085

%24
%0
%41
%12

Triadic Colors of #abe085

#abe085 #85abe0 #e085ab

Analogous Colors of #abe085

#abe085 #85e08d #d9e085

Monochromatic Colors of #abe085

#abe085

Complementary Color

#abe085 #ba85e0

#abe085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe085 Color CSS Codes

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

#abe085 Text Font Color

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

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


#abe085 Background Color

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

This div background color is #abe085


#abe085 Border Color

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

This div border color is #abe085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe085


Comments

No comments written yet.

Please login to write comment.