Color Hex Logo

#acdaac Color Hex

#ACDAAC
(172,218,172)
0 Favorites   0 Comments

Color spaces of #acdaac

RGB 172218172
HSL0.330.380.76
HSV120°21°85°
CMYK 0.210.000.21   0.15
XYZ49.531161.892048.3655
Yxy61.89200.31000.3873
Hunter Lab78.6715-25.292518.6198
CIE-Lab82.8560-23.741617.8411

#acdaac color RGB value is (172,218,172).

#acdaac hex color red value is 172, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acdaac hue: 0.33 , saturation: 0.38 and the lightness value of acdaac is 0.76.

The process color (four color CMYK) of #acdaac color hex is 0.21, 0.00, 0.21, 0.15. Web safe color of #acdaac is #99cc99. Color #acdaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 10101100
Octal 254 332 254
Decimal 172 218 172
Hex AC DA AC

RGB Percentages of Color #acdaac

%30.60
%38.79
%30.60

CMYK Percentages of Color #acdaac

%21
%0
%21
%15

Triadic Colors of #acdaac

#acdaac #acacda #daacac

Analogous Colors of #acdaac

#acdaac #acdac3 #c3daac

Monochromatic Colors of #acdaac

#acdaac

Complementary Color

#acdaac #daacda

#acdaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaac Color CSS Codes

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

#acdaac Text Font Color

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

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


#acdaac Background Color

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

This div background color is #acdaac


#acdaac Border Color

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

This div border color is #acdaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaac


Comments

No comments written yet.

Please login to write comment.