Color Hex Logo

#aceccd Color Hex

#ACECCD
(172,236,205)
0 Favorites   0 Comments

Color spaces of #aceccd

RGB 172236205
HSL0.420.630.80
HSV151°27°93°
CMYK 0.270.000.13   0.07
XYZ58.028273.169368.8223
Yxy73.16930.29010.3658
Hunter Lab85.5391-28.602112.1743
CIE-Lab88.5284-26.38648.5809

#aceccd color RGB value is (172,236,205).

#aceccd hex color red value is 172, green value is 236 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aceccd hue: 0.42 , saturation: 0.63 and the lightness value of aceccd is 0.80.

The process color (four color CMYK) of #aceccd color hex is 0.27, 0.00, 0.13, 0.07. Web safe color of #aceccd is #99ffcc. Color #aceccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11001101
Octal 254 354 315
Decimal 172 236 205
Hex AC EC CD

RGB Percentages of Color #aceccd

%28.06
%38.50
%33.44

CMYK Percentages of Color #aceccd

%27
%0
%13
%7

Triadic Colors of #aceccd

#aceccd #cdacec #eccdac

Analogous Colors of #aceccd

#aceccd #acebec #acecad

Monochromatic Colors of #aceccd

#aceccd

Complementary Color

#aceccd #ecaccb

#aceccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceccd Color CSS Codes

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

#aceccd Text Font Color

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

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


#aceccd Background Color

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

This div background color is #aceccd


#aceccd Border Color

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

This div border color is #aceccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceccd


Comments

No comments written yet.

Please login to write comment.