Color Hex Logo

#abdd70 Color Hex

#ABDD70
(171,221,112)
0 Favorites   0 Comments

Color spaces of #abdd70

RGB 171221112
HSL0.240.620.65
HSV88°49°87°
CMYK 0.230.000.49   0.13
XYZ45.575761.540724.8057
Yxy61.54070.34550.4665
Hunter Lab78.4479-33.581036.1657
CIE-Lab82.6686-33.942847.9681

#abdd70 color RGB value is (171,221,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 01110000
Octal 253 335 160
Decimal 171 221 112
Hex AB DD 70

RGB Percentages of Color #abdd70

%33.93
%43.85
%22.22

CMYK Percentages of Color #abdd70

%23
%0
%49
%13

Triadic Colors of #abdd70

#abdd70 #70abdd #dd70ab

Analogous Colors of #abdd70

#abdd70 #75dd70 #ddd970

Monochromatic Colors of #abdd70

#abdd70

Complementary Color

#abdd70 #a270dd

#abdd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd70 Color CSS Codes

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

#abdd70 Text Font Color

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

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


#abdd70 Background Color

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

This div background color is #abdd70


#abdd70 Border Color

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

This div border color is #abdd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd70

#abdd70 Color Palettes


Comments

No comments written yet.

Please login to write comment.