Color Hex Logo

#acdfaa Color Hex

#ACDFAA
(172,223,170)
0 Favorites   0 Comments

Color spaces of #acdfaa

RGB 172223170
HSL0.330.450.77
HSV118°24°87°
CMYK 0.230.000.24   0.13
XYZ50.656664.448347.8001
Yxy64.44830.31100.3956
Hunter Lab80.2797-27.855720.8934
CIE-Lab84.1986-26.504220.7530

#acdfaa color RGB value is (172,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10101010
Octal 254 337 252
Decimal 172 223 170
Hex AC DF AA

RGB Percentages of Color #acdfaa

%30.44
%39.47
%30.09

CMYK Percentages of Color #acdfaa

%23
%0
%24
%13

Triadic Colors of #acdfaa

#acdfaa #aaacdf #dfaaac

Analogous Colors of #acdfaa

#acdfaa #aadfc3 #c7dfaa

Monochromatic Colors of #acdfaa

#acdfaa

Complementary Color

#acdfaa #ddaadf

#acdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfaa Color CSS Codes

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

#acdfaa Text Font Color

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

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


#acdfaa Background Color

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

This div background color is #acdfaa


#acdfaa Border Color

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

This div border color is #acdfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfaa


Comments

No comments written yet.

Please login to write comment.