Color Hex Logo

#acda9b Color Hex

#ACDA9B
(172,218,155)
0 Favorites   0 Comments

Color spaces of #acda9b

RGB 172218155
HSL0.290.460.73
HSV104°29°85°
CMYK 0.210.000.29   0.15
XYZ48.001161.280040.3087
Yxy61.28000.32090.4097
Hunter Lab78.2815-27.539124.2675
CIE-Lab82.5290-26.518926.2704

#acda9b color RGB value is (172,218,155).

#acda9b hex color red value is 172, green value is 218 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #acda9b hue: 0.29 , saturation: 0.46 and the lightness value of acda9b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 10011011
Octal 254 332 233
Decimal 172 218 155
Hex AC DA 9B

RGB Percentages of Color #acda9b

%31.56
%40.00
%28.44

CMYK Percentages of Color #acda9b

%21
%0
%29
%15

Triadic Colors of #acda9b

#acda9b #9bacda #da9bac

Analogous Colors of #acda9b

#acda9b #9bdaaa #ccda9b

Monochromatic Colors of #acda9b

#acda9b

Complementary Color

#acda9b #c99bda

#acda9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda9b Color CSS Codes

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

#acda9b Text Font Color

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

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


#acda9b Background Color

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

This div background color is #acda9b


#acda9b Border Color

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

This div border color is #acda9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda9b


Comments

No comments written yet.

Please login to write comment.