Color Hex Logo

#abd596 Color Hex

#ABD596
(171,213,150)
0 Favorites   0 Comments

Color spaces of #abd596

RGB 171213150
HSL0.280.430.71
HSV100°30°84°
CMYK 0.200.000.30   0.16
XYZ46.093958.448437.7064
Yxy58.44840.32400.4109
Hunter Lab76.4516-26.169624.2739
CIE-Lab80.9874-25.219026.7719

#abd596 color RGB value is (171,213,150).

#abd596 hex color red value is 171, green value is 213 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #abd596 hue: 0.28 , saturation: 0.43 and the lightness value of abd596 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 10010110
Octal 253 325 226
Decimal 171 213 150
Hex AB D5 96

RGB Percentages of Color #abd596

%32.02
%39.89
%28.09

CMYK Percentages of Color #abd596

%20
%0
%30
%16

Triadic Colors of #abd596

#abd596 #96abd5 #d596ab

Analogous Colors of #abd596

#abd596 #96d5a1 #cbd596

Monochromatic Colors of #abd596

#abd596

Complementary Color

#abd596 #c096d5

#abd596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd596 Color CSS Codes

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

#abd596 Text Font Color

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

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


#abd596 Background Color

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

This div background color is #abd596


#abd596 Border Color

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

This div border color is #abd596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd596


Comments

No comments written yet.

Please login to write comment.