Color Hex Logo

#aceedc Color Hex

#ACEEDC
(172,238,220)
0 Favorites   0 Comments

Color spaces of #aceedc

RGB 172238220
HSL0.450.660.80
HSV164°28°93°
CMYK 0.280.000.08   0.07
XYZ60.506175.087079.0144
Yxy75.08700.28190.3499
Hunter Lab86.6528-27.00306.5933
CIE-Lab89.4337-24.33512.0558

#aceedc color RGB value is (172,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11011100
Octal 254 356 334
Decimal 172 238 220
Hex AC EE DC

RGB Percentages of Color #aceedc

%27.30
%37.78
%34.92

CMYK Percentages of Color #aceedc

%28
%0
%8
%7

Triadic Colors of #aceedc

#aceedc #dcacee #eedcac

Analogous Colors of #aceedc

#aceedc #acdfee #aceebb

Monochromatic Colors of #aceedc

#aceedc

Complementary Color

#aceedc #eeacbe

#aceedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceedc Color CSS Codes

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

#aceedc Text Font Color

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

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


#aceedc Background Color

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

This div background color is #aceedc


#aceedc Border Color

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

This div border color is #aceedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceedc

#aceedc Color Palettes


Comments

No comments written yet.

Please login to write comment.