Color Hex Logo

#aceddd Color Hex

#ACEDDD
(172,237,221)
1 Favorites   0 Comments

Color spaces of #aceddd

RGB 172237221
HSL0.460.640.80
HSV165°27°93°
CMYK 0.270.000.07   0.07
XYZ60.348674.559579.6173
Yxy74.55950.28130.3476
Hunter Lab86.3478-26.35495.7750
CIE-Lab89.1863-23.64191.1732

#aceddd color RGB value is (172,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11011101
Octal 254 355 335
Decimal 172 237 221
Hex AC ED DD

RGB Percentages of Color #aceddd

%27.30
%37.62
%35.08

CMYK Percentages of Color #aceddd

%27
%0
%7
%7

Triadic Colors of #aceddd

#aceddd #ddaced #edddac

Analogous Colors of #aceddd

#aceddd #acdded #acedbd

Monochromatic Colors of #aceddd

#aceddd

Complementary Color

#aceddd #edacbc

#aceddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceddd Color CSS Codes

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

#aceddd Text Font Color

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

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


#aceddd Background Color

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

This div background color is #aceddd


#aceddd Border Color

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

This div border color is #aceddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceddd


Comments

No comments written yet.

Please login to write comment.