Color Hex Logo

#abd46d Color Hex

#ABD46D
(171,212,109)
0 Favorites   0 Comments

Color spaces of #abd46d

RGB 171212109
HSL0.230.540.63
HSV84°49°83°
CMYK 0.190.000.49   0.17
XYZ43.098456.849023.1694
Yxy56.84900.35010.4617
Hunter Lab75.3983-29.914634.5594
CIE-Lab80.0946-30.071446.2774

#abd46d color RGB value is (171,212,109).

#abd46d hex color red value is 171, green value is 212 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #abd46d hue: 0.23 , saturation: 0.54 and the lightness value of abd46d is 0.63.

The process color (four color CMYK) of #abd46d color hex is 0.19, 0.00, 0.49, 0.17. Web safe color of #abd46d is #99cc66. Color #abd46d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 01101101
Octal 253 324 155
Decimal 171 212 109
Hex AB D4 6D

RGB Percentages of Color #abd46d

%34.76
%43.09
%22.15

CMYK Percentages of Color #abd46d

%19
%0
%49
%17

Triadic Colors of #abd46d

#abd46d #6dabd4 #d46dab

Analogous Colors of #abd46d

#abd46d #78d46d #d4ca6d

Monochromatic Colors of #abd46d

#abd46d

Complementary Color

#abd46d #966dd4

#abd46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd46d Color CSS Codes

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

#abd46d Text Font Color

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

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


#abd46d Background Color

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

This div background color is #abd46d


#abd46d Border Color

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

This div border color is #abd46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd46d


Comments

No comments written yet.

Please login to write comment.