Color Hex Logo

#abdd2f Color Hex

#ABDD2F
(171,221,47)
0 Favorites   0 Comments

Color spaces of #abdd2f

RGB 17122147
HSL0.210.720.53
HSV77°79°87°
CMYK 0.230.000.79   0.13
XYZ43.164160.576112.1067
Yxy60.57610.37260.5229
Hunter Lab77.8306-37.209345.2588
CIE-Lab82.1503-38.737273.0520

#abdd2f color RGB value is (171,221,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 00101111
Octal 253 335 57
Decimal 171 221 47
Hex AB DD 2F

RGB Percentages of Color #abdd2f

%38.95
%50.34
%10.71

CMYK Percentages of Color #abdd2f

%23
%0
%79
%13

Triadic Colors of #abdd2f

#abdd2f #2fabdd #dd2fab

Analogous Colors of #abdd2f

#abdd2f #54dd2f #ddb82f

Monochromatic Colors of #abdd2f

#abdd2f

Complementary Color

#abdd2f #612fdd

#abdd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd2f Color CSS Codes

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

#abdd2f Text Font Color

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

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


#abdd2f Background Color

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

This div background color is #abdd2f


#abdd2f Border Color

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

This div border color is #abdd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd2f


Comments

No comments written yet.

Please login to write comment.