Color Hex Logo

#abdd2e Color Hex

#ABDD2E
(171,221,46)
0 Favorites   0 Comments

Color spaces of #abdd2e

RGB 17122146
HSL0.210.720.52
HSV77°79°87°
CMYK 0.230.000.79   0.13
XYZ43.144260.568112.0016
Yxy60.56810.37290.5234
Hunter Lab77.8255-37.239445.3346
CIE-Lab82.1460-38.777773.3236

#abdd2e color RGB value is (171,221,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 00101110
Octal 253 335 56
Decimal 171 221 46
Hex AB DD 2E

RGB Percentages of Color #abdd2e

%39.04
%50.46
%10.50

CMYK Percentages of Color #abdd2e

%23
%0
%79
%13

Triadic Colors of #abdd2e

#abdd2e #2eabdd #dd2eab

Analogous Colors of #abdd2e

#abdd2e #54dd2e #ddb82e

Monochromatic Colors of #abdd2e

#abdd2e

Complementary Color

#abdd2e #602edd

#abdd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd2e Color CSS Codes

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

#abdd2e Text Font Color

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

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


#abdd2e Background Color

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

This div background color is #abdd2e


#abdd2e Border Color

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

This div border color is #abdd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd2e


Comments

No comments written yet.

Please login to write comment.