Color Hex Logo

#abddac Color Hex

#ABDDAC
(171,221,172)
0 Favorites   0 Comments

Color spaces of #abddac

RGB 171221172
HSL0.340.420.77
HSV121°23°87°
CMYK 0.230.000.22   0.13
XYZ50.097463.349448.6170
Yxy63.34940.30910.3909
Hunter Lab79.5923-26.934219.4988
CIE-Lab83.6259-25.532718.9045

#abddac color RGB value is (171,221,172).

#abddac hex color red value is 171, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abddac hue: 0.34 , saturation: 0.42 and the lightness value of abddac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10101100
Octal 253 335 254
Decimal 171 221 172
Hex AB DD AC

RGB Percentages of Color #abddac

%30.32
%39.18
%30.50

CMYK Percentages of Color #abddac

%23
%0
%22
%13

Triadic Colors of #abddac

#abddac #acabdd #ddacab

Analogous Colors of #abddac

#abddac #abddc5 #c3ddab

Monochromatic Colors of #abddac

#abddac

Complementary Color

#abddac #ddabdc

#abddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddac Color CSS Codes

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

#abddac Text Font Color

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

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


#abddac Background Color

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

This div background color is #abddac


#abddac Border Color

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

This div border color is #abddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddac


Comments

No comments written yet.

Please login to write comment.