Color Hex Logo

#acedcd Color Hex

#ACEDCD
(172,237,205)
0 Favorites   0 Comments

Color spaces of #acedcd

RGB 172237205
HSL0.420.640.80
HSV150°27°93°
CMYK 0.270.000.14   0.07
XYZ58.316973.746868.9185
Yxy73.74680.29020.3669
Hunter Lab85.8760-29.066612.5308
CIE-Lab88.8027-26.86648.9739

#acedcd color RGB value is (172,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11001101
Octal 254 355 315
Decimal 172 237 205
Hex AC ED CD

RGB Percentages of Color #acedcd

%28.01
%38.60
%33.39

CMYK Percentages of Color #acedcd

%27
%0
%14
%7

Triadic Colors of #acedcd

#acedcd #cdaced #edcdac

Analogous Colors of #acedcd

#acedcd #aceded #acedad

Monochromatic Colors of #acedcd

#acedcd

Complementary Color

#acedcd #edaccc

#acedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedcd Color CSS Codes

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

#acedcd Text Font Color

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

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


#acedcd Background Color

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

This div background color is #acedcd


#acedcd Border Color

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

This div border color is #acedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedcd


Comments

No comments written yet.

Please login to write comment.