Color Hex Logo

#abdda8 Color Hex

#ABDDA8
(171,221,168)
0 Favorites   0 Comments

Color spaces of #abdda8

RGB 171221168
HSL0.320.440.76
HSV117°24°87°
CMYK 0.230.000.24   0.13
XYZ49.718963.198046.6238
Yxy63.19800.31160.3961
Hunter Lab79.4972-27.483120.8754
CIE-Lab83.5464-26.210020.8858

#abdda8 color RGB value is (171,221,168).

#abdda8 hex color red value is 171, green value is 221 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #abdda8 hue: 0.32 , saturation: 0.44 and the lightness value of abdda8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10101000
Octal 253 335 250
Decimal 171 221 168
Hex AB DD A8

RGB Percentages of Color #abdda8

%30.54
%39.46
%30.00

CMYK Percentages of Color #abdda8

%23
%0
%24
%13

Triadic Colors of #abdda8

#abdda8 #a8abdd #dda8ab

Analogous Colors of #abdda8

#abdda8 #a8ddc0 #c6dda8

Monochromatic Colors of #abdda8

#abdda8

Complementary Color

#abdda8 #daa8dd

#abdda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdda8 Color CSS Codes

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

#abdda8 Text Font Color

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

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


#abdda8 Background Color

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

This div background color is #abdda8


#abdda8 Border Color

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

This div border color is #abdda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdda8


Comments

No comments written yet.

Please login to write comment.