Color Hex Logo

#abdd2d Color Hex

#ABDD2D
(171,221,45)
0 Favorites   0 Comments

Color spaces of #abdd2d

RGB 17122145
HSL0.210.720.52
HSV77°80°87°
CMYK 0.230.000.80   0.13
XYZ43.124760.560311.8990
Yxy60.56030.37310.5240
Hunter Lab77.8205-37.269045.4087
CIE-Lab82.1418-38.817473.5904

#abdd2d color RGB value is (171,221,45).

#abdd2d hex color red value is 171, green value is 221 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #abdd2d hue: 0.21 , saturation: 0.72 and the lightness value of abdd2d is 0.52.

The process color (four color CMYK) of #abdd2d color hex is 0.23, 0.00, 0.80, 0.13. Web safe color of #abdd2d is #99cc33. Color #abdd2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 00101101
Octal 253 335 55
Decimal 171 221 45
Hex AB DD 2D

RGB Percentages of Color #abdd2d

%39.13
%50.57
%10.30

CMYK Percentages of Color #abdd2d

%23
%0
%80
%13

Triadic Colors of #abdd2d

#abdd2d #2dabdd #dd2dab

Analogous Colors of #abdd2d

#abdd2d #53dd2d #ddb72d

Monochromatic Colors of #abdd2d

#abdd2d

Complementary Color

#abdd2d #5f2ddd

#abdd2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd2d Color CSS Codes

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

#abdd2d Text Font Color

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

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


#abdd2d Background Color

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

This div background color is #abdd2d


#abdd2d Border Color

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

This div border color is #abdd2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd2d


Comments

No comments written yet.

Please login to write comment.