Color Hex Logo

#acdbac Color Hex

#ACDBAC
(172,219,172)
0 Favorites   0 Comments

Color spaces of #acdbac

RGB 172219172
HSL0.330.390.77
HSV120°21°86°
CMYK 0.210.000.21   0.14
XYZ49.791262.412248.4522
Yxy62.41220.30990.3885
Hunter Lab79.0014-25.751518.9379
CIE-Lab83.1321-24.229018.2261

#acdbac color RGB value is (172,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 10101100
Octal 254 333 254
Decimal 172 219 172
Hex AC DB AC

RGB Percentages of Color #acdbac

%30.55
%38.90
%30.55

CMYK Percentages of Color #acdbac

%21
%0
%21
%14

Triadic Colors of #acdbac

#acdbac #acacdb #dbacac

Analogous Colors of #acdbac

#acdbac #acdbc4 #c4dbac

Monochromatic Colors of #acdbac

#acdbac

Complementary Color

#acdbac #dbacdb

#acdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbac Color CSS Codes

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

#acdbac Text Font Color

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

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


#acdbac Background Color

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

This div background color is #acdbac


#acdbac Border Color

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

This div border color is #acdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbac


Comments

No comments written yet.

Please login to write comment.