Color Hex Logo

#acdecc Color Hex

#ACDECC
(172,222,204)
0 Favorites   0 Comments

Color spaces of #acdecc

RGB 172222204
HSL0.440.430.77
HSV158°23°87°
CMYK 0.230.000.08   0.13
XYZ54.033665.372866.8971
Yxy65.37280.29000.3509
Hunter Lab80.8534-22.20377.5416
CIE-Lab84.6755-19.74443.5536

#acdecc color RGB value is (172,222,204).

#acdecc hex color red value is 172, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #acdecc hue: 0.44 , saturation: 0.43 and the lightness value of acdecc is 0.77.

The process color (four color CMYK) of #acdecc color hex is 0.23, 0.00, 0.08, 0.13. Web safe color of #acdecc is #99cccc. Color #acdecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11001100
Octal 254 336 314
Decimal 172 222 204
Hex AC DE CC

RGB Percentages of Color #acdecc

%28.76
%37.12
%34.11

CMYK Percentages of Color #acdecc

%23
%0
%8
%13

Triadic Colors of #acdecc

#acdecc #ccacde #deccac

Analogous Colors of #acdecc

#acdecc #acd7de #acdeb3

Monochromatic Colors of #acdecc

#acdecc

Complementary Color

#acdecc #deacbe

#acdecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdecc Color CSS Codes

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

#acdecc Text Font Color

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

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


#acdecc Background Color

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

This div background color is #acdecc


#acdecc Border Color

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

This div border color is #acdecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdecc


Comments

No comments written yet.

Please login to write comment.