Color Hex Logo

#acdaab Color Hex

#ACDAAB
(172,218,171)
0 Favorites   0 Comments

Color spaces of #acdaab

RGB 172218171
HSL0.330.390.76
HSV119°22°85°
CMYK 0.210.000.22   0.15
XYZ49.435361.853747.8615
Yxy61.85370.31060.3886
Hunter Lab78.6471-25.432518.9715
CIE-Lab82.8356-23.913318.3378

#acdaab color RGB value is (172,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 10101011
Octal 254 332 253
Decimal 172 218 171
Hex AC DA AB

RGB Percentages of Color #acdaab

%30.66
%38.86
%30.48

CMYK Percentages of Color #acdaab

%21
%0
%22
%15

Triadic Colors of #acdaab

#acdaab #abacda #daabac

Analogous Colors of #acdaab

#acdaab #abdac2 #c4daab

Monochromatic Colors of #acdaab

#acdaab

Complementary Color

#acdaab #d9abda

#acdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaab Color CSS Codes

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

#acdaab Text Font Color

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

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


#acdaab Background Color

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

This div background color is #acdaab


#acdaab Border Color

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

This div border color is #acdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaab


Comments

No comments written yet.

Please login to write comment.