Color Hex Logo

#abdd85 Color Hex

#ABDD85
(171,221,133)
0 Favorites   0 Comments

Color spaces of #abdd85

RGB 171221133
HSL0.260.560.69
HSV94°40°87°
CMYK 0.230.000.40   0.13
XYZ46.884762.064331.6988
Yxy62.06430.33330.4413
Hunter Lab78.7809-31.636331.2903
CIE-Lab82.9476-31.434238.0459

#abdd85 color RGB value is (171,221,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10000101
Octal 253 335 205
Decimal 171 221 133
Hex AB DD 85

RGB Percentages of Color #abdd85

%32.57
%42.10
%25.33

CMYK Percentages of Color #abdd85

%23
%0
%40
%13

Triadic Colors of #abdd85

#abdd85 #85abdd #dd85ab

Analogous Colors of #abdd85

#abdd85 #85dd8b #d7dd85

Monochromatic Colors of #abdd85

#abdd85

Complementary Color

#abdd85 #b785dd

#abdd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd85 Color CSS Codes

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

#abdd85 Text Font Color

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

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


#abdd85 Background Color

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

This div background color is #abdd85


#abdd85 Border Color

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

This div border color is #abdd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd85


Comments

No comments written yet.

Please login to write comment.