Color Hex Logo

#aceedd Color Hex

#ACEEDD
(172,238,221)
0 Favorites   0 Comments

Color spaces of #aceedd

RGB 172238221
HSL0.460.660.80
HSV165°28°93°
CMYK 0.280.000.07   0.07
XYZ60.638975.140279.7141
Yxy75.14020.28140.3487
Hunter Lab86.6834-26.82746.1553
CIE-Lab89.4586-24.12801.5698

#aceedd color RGB value is (172,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11011101
Octal 254 356 335
Decimal 172 238 221
Hex AC EE DD

RGB Percentages of Color #aceedd

%27.26
%37.72
%35.02

CMYK Percentages of Color #aceedd

%28
%0
%7
%7

Triadic Colors of #aceedd

#aceedd #ddacee #eeddac

Analogous Colors of #aceedd

#aceedd #acdeee #aceebc

Monochromatic Colors of #aceedd

#aceedd

Complementary Color

#aceedd #eeacbd

#aceedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceedd Color CSS Codes

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

#aceedd Text Font Color

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

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


#aceedd Background Color

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

This div background color is #aceedd


#aceedd Border Color

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

This div border color is #aceedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceedd


Comments

No comments written yet.

Please login to write comment.