Color Hex Logo

#acdaaa Color Hex

#ACDAAA
(172,218,170)
0 Favorites   0 Comments

Color spaces of #acdaaa

RGB 172218170
HSL0.330.390.76
HSV118°22°85°
CMYK 0.210.000.22   0.15
XYZ49.340461.815747.3613
Yxy61.81570.31130.3900
Hunter Lab78.6230-25.571219.3207
CIE-Lab82.8153-24.083518.8345

#acdaaa color RGB value is (172,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 10101010
Octal 254 332 252
Decimal 172 218 170
Hex AC DA AA

RGB Percentages of Color #acdaaa

%30.71
%38.93
%30.36

CMYK Percentages of Color #acdaaa

%21
%0
%22
%15

Triadic Colors of #acdaaa

#acdaaa #aaacda #daaaac

Analogous Colors of #acdaaa

#acdaaa #aadac0 #c4daaa

Monochromatic Colors of #acdaaa

#acdaaa

Complementary Color

#acdaaa #d8aada

#acdaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaaa Color CSS Codes

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

#acdaaa Text Font Color

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

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


#acdaaa Background Color

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

This div background color is #acdaaa


#acdaaa Border Color

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

This div border color is #acdaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaaa


Comments

No comments written yet.

Please login to write comment.