Color Hex Logo

#acdeab Color Hex

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

Color spaces of #acdeab

RGB 172222171
HSL0.330.440.77
HSV119°23°87°
CMYK 0.230.000.23   0.13
XYZ50.485263.953548.2115
Yxy63.95350.31040.3932
Hunter Lab79.9709-27.263120.2359
CIE-Lab83.9416-25.853919.8749

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

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

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

Base Numbers

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

RGB Percentages of Color #acdeab

%30.44
%39.29
%30.27

CMYK Percentages of Color #acdeab

%23
%0
%23
%13

Triadic Colors of #acdeab

#acdeab #abacde #deabac

Analogous Colors of #acdeab

#acdeab #abdec4 #c6deab

Monochromatic Colors of #acdeab

#acdeab

Complementary Color

#acdeab #ddabde

#acdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdeab Color CSS Codes

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

#acdeab Text Font Color

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

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


#acdeab Background Color

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

This div background color is #acdeab


#acdeab Border Color

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

This div border color is #acdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdeab


Comments

No comments written yet.

Please login to write comment.