Color Hex Logo

#abdd5d Color Hex

#ABDD5D
(171,221,93)
0 Favorites   0 Comments

Color spaces of #abdd5d

RGB 17122193
HSL0.230.650.62
HSV83°58°87°
CMYK 0.230.000.58   0.13
XYZ44.626861.161119.8091
Yxy61.16110.35530.4870
Hunter Lab78.2056-35.001539.7260
CIE-Lab82.4653-35.801756.4412

#abdd5d color RGB value is (171,221,93).

#abdd5d hex color red value is 171, green value is 221 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #abdd5d hue: 0.23 , saturation: 0.65 and the lightness value of abdd5d is 0.62.

The process color (four color CMYK) of #abdd5d color hex is 0.23, 0.00, 0.58, 0.13. Web safe color of #abdd5d is #99cc66. Color #abdd5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 01011101
Octal 253 335 135
Decimal 171 221 93
Hex AB DD 5D

RGB Percentages of Color #abdd5d

%35.26
%45.57
%19.18

CMYK Percentages of Color #abdd5d

%23
%0
%58
%13

Triadic Colors of #abdd5d

#abdd5d #5dabdd #dd5dab

Analogous Colors of #abdd5d

#abdd5d #6bdd5d #ddcf5d

Monochromatic Colors of #abdd5d

#abdd5d

Complementary Color

#abdd5d #8f5ddd

#abdd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd5d Color CSS Codes

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

#abdd5d Text Font Color

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

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


#abdd5d Background Color

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

This div background color is #abdd5d


#abdd5d Border Color

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

This div border color is #abdd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd5d


Comments

No comments written yet.

Please login to write comment.