Color Hex Logo

#abdd9b Color Hex

#ABDD9B
(171,221,155)
0 Favorites   0 Comments

Color spaces of #abdd9b

RGB 171221155
HSL0.290.490.74
HSV105°30°87°
CMYK 0.230.000.30   0.13
XYZ48.567462.737440.5601
Yxy62.73740.31980.4131
Hunter Lab79.2069-29.161125.0838
CIE-Lab83.3040-28.299627.3087

#abdd9b color RGB value is (171,221,155).

#abdd9b hex color red value is 171, green value is 221 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #abdd9b hue: 0.29 , saturation: 0.49 and the lightness value of abdd9b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10011011
Octal 253 335 233
Decimal 171 221 155
Hex AB DD 9B

RGB Percentages of Color #abdd9b

%31.26
%40.40
%28.34

CMYK Percentages of Color #abdd9b

%23
%0
%30
%13

Triadic Colors of #abdd9b

#abdd9b #9babdd #dd9bab

Analogous Colors of #abdd9b

#abdd9b #9bddac #ccdd9b

Monochromatic Colors of #abdd9b

#abdd9b

Complementary Color

#abdd9b #cd9bdd

#abdd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd9b Color CSS Codes

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

#abdd9b Text Font Color

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

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


#abdd9b Background Color

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

This div background color is #abdd9b


#abdd9b Border Color

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

This div border color is #abdd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd9b


Comments

No comments written yet.

Please login to write comment.