Color Hex Logo

#aceded Color Hex

#ACEDED
(172,237,237)
0 Favorites   0 Comments

Color spaces of #aceded

RGB 172237237
HSL0.500.640.80
HSV180°27°93°
CMYK 0.270.000.00   0.07
XYZ62.583575.453591.3862
Yxy75.45350.27280.3289
Hunter Lab86.8640-23.4068-1.5719
CIE-Lab89.6050-20.2061-6.5782

#aceded color RGB value is (172,237,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11101101
Octal 254 355 355
Decimal 172 237 237
Hex AC ED ED

RGB Percentages of Color #aceded

%26.63
%36.69
%36.69

CMYK Percentages of Color #aceded

%27
%0
%0
%7

Triadic Colors of #aceded

#aceded #edaced #ededac

Analogous Colors of #aceded

#aceded #accded #acedcd

Monochromatic Colors of #aceded

#aceded

Complementary Color

#aceded #edacac

#aceded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceded Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceded Color CSS Codes

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

#aceded Text Font Color

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

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


#aceded Background Color

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

This div background color is #aceded


#aceded Border Color

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

This div border color is #aceded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceded


Comments

No comments written yet.

Please login to write comment.