Color Hex Logo

#acedd1 Color Hex

#ACEDD1
(172,237,209)
0 Favorites   0 Comments

Color spaces of #acedd1

RGB 172237209
HSL0.430.640.80
HSV154°27°93°
CMYK 0.270.000.12   0.07
XYZ58.806173.942571.4945
Yxy73.94250.28790.3620
Hunter Lab85.9898-28.410910.8974
CIE-Lab88.8953-26.08097.0202

#acedd1 color RGB value is (172,237,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11010001
Octal 254 355 321
Decimal 172 237 209
Hex AC ED D1

RGB Percentages of Color #acedd1

%27.83
%38.35
%33.82

CMYK Percentages of Color #acedd1

%27
%0
%12
%7

Triadic Colors of #acedd1

#acedd1 #d1aced #edd1ac

Analogous Colors of #acedd1

#acedd1 #ace9ed #acedb1

Monochromatic Colors of #acedd1

#acedd1

Complementary Color

#acedd1 #edacc8

#acedd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedd1 Color CSS Codes

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

#acedd1 Text Font Color

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

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


#acedd1 Background Color

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

This div background color is #acedd1


#acedd1 Border Color

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

This div border color is #acedd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedd1


Comments

No comments written yet.

Please login to write comment.