Color Hex Logo

#abdd87 Color Hex

#ABDD87
(171,221,135)
0 Favorites   0 Comments

Color spaces of #abdd87

RGB 171221135
HSL0.260.560.70
HSV95°39°87°
CMYK 0.230.000.39   0.13
XYZ47.024262.120132.4336
Yxy62.12010.33210.4388
Hunter Lab78.8163-31.430030.7731
CIE-Lab82.9772-31.170537.0806

#abdd87 color RGB value is (171,221,135).

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

The process color (four color CMYK) of #abdd87 color hex is 0.23, 0.00, 0.39, 0.13. Web safe color of #abdd87 is #99cc99. Color #abdd87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10000111
Octal 253 335 207
Decimal 171 221 135
Hex AB DD 87

RGB Percentages of Color #abdd87

%32.45
%41.94
%25.62

CMYK Percentages of Color #abdd87

%23
%0
%39
%13

Triadic Colors of #abdd87

#abdd87 #87abdd #dd87ab

Analogous Colors of #abdd87

#abdd87 #87dd8e #d6dd87

Monochromatic Colors of #abdd87

#abdd87

Complementary Color

#abdd87 #b987dd

#abdd87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd87 Color CSS Codes

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

#abdd87 Text Font Color

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

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


#abdd87 Background Color

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

This div background color is #abdd87


#abdd87 Border Color

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

This div border color is #abdd87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd87


Comments

No comments written yet.

Please login to write comment.