Color Hex Logo

#abdd95 Color Hex

#ABDD95
(171,221,149)
0 Favorites   0 Comments

Color spaces of #abdd95

RGB 171221149
HSL0.280.510.73
HSV102°33°87°
CMYK 0.230.000.33   0.13
XYZ48.075962.540837.9715
Yxy62.54080.32360.4209
Hunter Lab79.0827-29.881326.8899
CIE-Lab83.2002-29.205030.2586

#abdd95 color RGB value is (171,221,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10010101
Octal 253 335 225
Decimal 171 221 149
Hex AB DD 95

RGB Percentages of Color #abdd95

%31.61
%40.85
%27.54

CMYK Percentages of Color #abdd95

%23
%0
%33
%13

Triadic Colors of #abdd95

#abdd95 #95abdd #dd95ab

Analogous Colors of #abdd95

#abdd95 #95dda3 #cfdd95

Monochromatic Colors of #abdd95

#abdd95

Complementary Color

#abdd95 #c795dd

#abdd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd95 Color CSS Codes

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

#abdd95 Text Font Color

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

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


#abdd95 Background Color

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

This div background color is #abdd95


#abdd95 Border Color

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

This div border color is #abdd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd95


Comments

No comments written yet.

Please login to write comment.