Color Hex Logo

#abdc86 Color Hex

#ABDC86
(171,220,134)
0 Favorites   0 Comments

Color spaces of #abdc86

RGB 171220134
HSL0.260.550.69
HSV94°39°86°
CMYK 0.220.000.39   0.14
XYZ46.690961.565631.9767
Yxy61.56560.33300.4390
Hunter Lab78.4637-31.092830.7619
CIE-Lab82.6819-30.833937.2015

#abdc86 color RGB value is (171,220,134).

#abdc86 hex color red value is 171, green value is 220 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #abdc86 hue: 0.26 , saturation: 0.55 and the lightness value of abdc86 is 0.69.

The process color (four color CMYK) of #abdc86 color hex is 0.22, 0.00, 0.39, 0.14. Web safe color of #abdc86 is #99cc99. Color #abdc86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 10000110
Octal 253 334 206
Decimal 171 220 134
Hex AB DC 86

RGB Percentages of Color #abdc86

%32.57
%41.90
%25.52

CMYK Percentages of Color #abdc86

%22
%0
%39
%14

Triadic Colors of #abdc86

#abdc86 #86abdc #dc86ab

Analogous Colors of #abdc86

#abdc86 #86dc8c #d6dc86

Monochromatic Colors of #abdc86

#abdc86

Complementary Color

#abdc86 #b786dc

#abdc86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc86 Color CSS Codes

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

#abdc86 Text Font Color

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

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


#abdc86 Background Color

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

This div background color is #abdc86


#abdc86 Border Color

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

This div border color is #abdc86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc86


Comments

No comments written yet.

Please login to write comment.