Color Hex Logo

#acdaa3 Color Hex

#ACDAA3
(172,218,163)
0 Favorites   0 Comments

Color spaces of #acdaa3

RGB 172218163
HSL0.310.430.75
HSV110°25°85°
CMYK 0.210.000.25   0.15
XYZ48.695561.557843.9657
Yxy61.55780.31580.3992
Hunter Lab78.4588-26.516721.6970
CIE-Lab82.6777-25.248822.3089

#acdaa3 color RGB value is (172,218,163).

#acdaa3 hex color red value is 172, green value is 218 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #acdaa3 hue: 0.31 , saturation: 0.43 and the lightness value of acdaa3 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 10100011
Octal 254 332 243
Decimal 172 218 163
Hex AC DA A3

RGB Percentages of Color #acdaa3

%31.10
%39.42
%29.48

CMYK Percentages of Color #acdaa3

%21
%0
%25
%15

Triadic Colors of #acdaa3

#acdaa3 #a3acda #daa3ac

Analogous Colors of #acdaa3

#acdaa3 #a3dab6 #c8daa3

Monochromatic Colors of #acdaa3

#acdaa3

Complementary Color

#acdaa3 #d1a3da

#acdaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaa3 Color CSS Codes

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

#acdaa3 Text Font Color

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

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


#acdaa3 Background Color

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

This div background color is #acdaa3


#acdaa3 Border Color

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

This div border color is #acdaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaa3


Comments

No comments written yet.

Please login to write comment.