Color Hex Logo

#acdacc Color Hex

#ACDACC
(172,218,204)
0 Favorites   0 Comments

Color spaces of #acdacc

RGB 172218204
HSL0.450.380.76
HSV162°21°85°
CMYK 0.210.000.06   0.15
XYZ52.983763.273166.5471
Yxy63.27310.28980.3461
Hunter Lab79.5444-20.30576.0789
CIE-Lab83.5859-17.74801.9720

#acdacc color RGB value is (172,218,204).

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

The process color (four color CMYK) of #acdacc color hex is 0.21, 0.00, 0.06, 0.15. Web safe color of #acdacc is #99cccc. Color #acdacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11001100
Octal 254 332 314
Decimal 172 218 204
Hex AC DA CC

RGB Percentages of Color #acdacc

%28.96
%36.70
%34.34

CMYK Percentages of Color #acdacc

%21
%0
%6
%15

Triadic Colors of #acdacc

#acdacc #ccacda #daccac

Analogous Colors of #acdacc

#acdacc #acd1da #acdab5

Monochromatic Colors of #acdacc

#acdacc

Complementary Color

#acdacc #daacba

#acdacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdacc Color CSS Codes

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

#acdacc Text Font Color

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

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


#acdacc Background Color

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

This div background color is #acdacc


#acdacc Border Color

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

This div border color is #acdacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdacc


Comments

No comments written yet.

Please login to write comment.