Color Hex Logo

#abd69d Color Hex

#ABD69D
(171,214,157)
0 Favorites   0 Comments

Color spaces of #abd69d

RGB 171214157
HSL0.290.410.73
HSV105°27°84°
CMYK 0.200.000.27   0.16
XYZ46.927059.185440.8489
Yxy59.18540.31930.4027
Hunter Lab76.9320-25.749722.3710
CIE-Lab81.3934-24.616223.6738

#abd69d color RGB value is (171,214,157).

#abd69d hex color red value is 171, green value is 214 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #abd69d hue: 0.29 , saturation: 0.41 and the lightness value of abd69d is 0.73.

The process color (four color CMYK) of #abd69d color hex is 0.20, 0.00, 0.27, 0.16. Web safe color of #abd69d is #99cc99. Color #abd69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 10011101
Octal 253 326 235
Decimal 171 214 157
Hex AB D6 9D

RGB Percentages of Color #abd69d

%31.55
%39.48
%28.97

CMYK Percentages of Color #abd69d

%20
%0
%27
%16

Triadic Colors of #abd69d

#abd69d #9dabd6 #d69dab

Analogous Colors of #abd69d

#abd69d #9dd6ac #c8d69d

Monochromatic Colors of #abd69d

#abd69d

Complementary Color

#abd69d #c89dd6

#abd69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd69d Color CSS Codes

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

#abd69d Text Font Color

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

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


#abd69d Background Color

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

This div background color is #abd69d


#abd69d Border Color

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

This div border color is #abd69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd69d


Comments

No comments written yet.

Please login to write comment.