Color Hex Logo

#abeb86 Color Hex

#ABEB86
(171,235,134)
0 Favorites   0 Comments

Color spaces of #abeb86

RGB 171235134
HSL0.270.720.72
HSV98°43°92°
CMYK 0.270.000.43   0.08
XYZ50.806069.795833.3484
Yxy69.79580.33000.4534
Hunter Lab83.5439-37.649634.8138
CIE-Lab86.8966-37.735342.5940

#abeb86 color RGB value is (171,235,134).

#abeb86 hex color red value is 171, green value is 235 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #abeb86 hue: 0.27 , saturation: 0.72 and the lightness value of abeb86 is 0.72.

The process color (four color CMYK) of #abeb86 color hex is 0.27, 0.00, 0.43, 0.08. Web safe color of #abeb86 is #99ff99. Color #abeb86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 10000110
Octal 253 353 206
Decimal 171 235 134
Hex AB EB 86

RGB Percentages of Color #abeb86

%31.67
%43.52
%24.81

CMYK Percentages of Color #abeb86

%27
%0
%43
%8

Triadic Colors of #abeb86

#abeb86 #86abeb #eb86ab

Analogous Colors of #abeb86

#abeb86 #86eb94 #deeb86

Monochromatic Colors of #abeb86

#abeb86

Complementary Color

#abeb86 #c686eb

#abeb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeb86 Color CSS Codes

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

#abeb86 Text Font Color

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

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


#abeb86 Background Color

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

This div background color is #abeb86


#abeb86 Border Color

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

This div border color is #abeb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeb86


Comments

No comments written yet.

Please login to write comment.