Color Hex Logo

#acdaaf Color Hex

#ACDAAF
(172,218,175)
0 Favorites   0 Comments

Color spaces of #acdaaf

RGB 172218175
HSL0.340.380.76
HSV124°21°85°
CMYK 0.210.000.20   0.15
XYZ49.822562.008649.9004
Yxy62.00860.30810.3834
Hunter Lab78.7455-24.867317.5503
CIE-Lab82.9180-23.221616.3505

#acdaaf color RGB value is (172,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 10101111
Octal 254 332 257
Decimal 172 218 175
Hex AC DA AF

RGB Percentages of Color #acdaaf

%30.44
%38.58
%30.97

CMYK Percentages of Color #acdaaf

%21
%0
%20
%15

Triadic Colors of #acdaaf

#acdaaf #afacda #daafac

Analogous Colors of #acdaaf

#acdaaf #acdac6 #c0daac

Monochromatic Colors of #acdaaf

#acdaaf

Complementary Color

#acdaaf #daacd7

#acdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaaf Color CSS Codes

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

#acdaaf Text Font Color

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

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


#acdaaf Background Color

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

This div background color is #acdaaf


#acdaaf Border Color

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

This div border color is #acdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaaf


Comments

No comments written yet.

Please login to write comment.