Color Hex Logo

#abdd47 Color Hex

#ABDD47
(171,221,71)
0 Favorites   0 Comments

Color spaces of #abdd47

RGB 17122171
HSL0.220.690.57
HSV80°68°87°
CMYK 0.230.000.68   0.13
XYZ43.788460.825815.3939
Yxy60.82580.36490.5068
Hunter Lab77.9909-36.264342.8909
CIE-Lab82.2850-37.473765.2669

#abdd47 color RGB value is (171,221,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 01000111
Octal 253 335 107
Decimal 171 221 71
Hex AB DD 47

RGB Percentages of Color #abdd47

%36.93
%47.73
%15.33

CMYK Percentages of Color #abdd47

%23
%0
%68
%13

Triadic Colors of #abdd47

#abdd47 #47abdd #dd47ab

Analogous Colors of #abdd47

#abdd47 #60dd47 #ddc447

Monochromatic Colors of #abdd47

#abdd47

Complementary Color

#abdd47 #7947dd

#abdd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd47 Color CSS Codes

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

#abdd47 Text Font Color

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

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


#abdd47 Background Color

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

This div background color is #abdd47


#abdd47 Border Color

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

This div border color is #abdd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd47


Comments

No comments written yet.

Please login to write comment.