Color Hex Logo

#abdd96 Color Hex

#ABDD96
(171,221,150)
0 Favorites   0 Comments

Color spaces of #abdd96

RGB 171221150
HSL0.280.510.73
HSV102°32°87°
CMYK 0.230.000.32   0.13
XYZ48.156162.572838.3938
Yxy62.57280.32290.4196
Hunter Lab79.1030-29.763426.5948
CIE-Lab83.2171-29.056529.7678

#abdd96 color RGB value is (171,221,150).

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

The process color (four color CMYK) of #abdd96 color hex is 0.23, 0.00, 0.32, 0.13. Web safe color of #abdd96 is #99cc99. Color #abdd96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10010110
Octal 253 335 226
Decimal 171 221 150
Hex AB DD 96

RGB Percentages of Color #abdd96

%31.55
%40.77
%27.68

CMYK Percentages of Color #abdd96

%23
%0
%32
%13

Triadic Colors of #abdd96

#abdd96 #96abdd #dd96ab

Analogous Colors of #abdd96

#abdd96 #96dda5 #cfdd96

Monochromatic Colors of #abdd96

#abdd96

Complementary Color

#abdd96 #c896dd

#abdd96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd96 Color CSS Codes

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

#abdd96 Text Font Color

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

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


#abdd96 Background Color

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

This div background color is #abdd96


#abdd96 Border Color

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

This div border color is #abdd96


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,221,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 #abdd96">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd96


Comments

No comments written yet.

Please login to write comment.