Color Hex Logo

#abdeac Color Hex

#ABDEAC
(171,222,172)
0 Favorites   0 Comments

Color spaces of #abdeac

RGB 171222172
HSL0.340.440.77
HSV121°23°87°
CMYK 0.230.000.23   0.13
XYZ50.362363.879048.7052
Yxy63.87900.30910.3920
Hunter Lab79.9243-27.390319.8162
CIE-Lab83.9027-26.015419.2894

#abdeac color RGB value is (171,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 10101100
Octal 253 336 254
Decimal 171 222 172
Hex AB DE AC

RGB Percentages of Color #abdeac

%30.27
%39.29
%30.44

CMYK Percentages of Color #abdeac

%23
%0
%23
%13

Triadic Colors of #abdeac

#abdeac #acabde #deacab

Analogous Colors of #abdeac

#abdeac #abdec6 #c4deab

Monochromatic Colors of #abdeac

#abdeac

Complementary Color

#abdeac #deabdd

#abdeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdeac Color CSS Codes

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

#abdeac Text Font Color

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

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


#abdeac Background Color

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

This div background color is #abdeac


#abdeac Border Color

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

This div border color is #abdeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdeac


Comments

No comments written yet.

Please login to write comment.