Color Hex Logo

#aceeec Color Hex

#ACEEEC
(172,238,236)
0 Favorites   0 Comments

Color spaces of #aceeec

RGB 172238236
HSL0.490.660.80
HSV178°28°93°
CMYK 0.280.000.01   0.07
XYZ62.728175.975990.7156
Yxy75.97590.27340.3312
Hunter Lab87.1642-24.0789-0.6908
CIE-Lab89.8482-20.9194-5.6964

#aceeec color RGB value is (172,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11101100
Octal 254 356 354
Decimal 172 238 236
Hex AC EE EC

RGB Percentages of Color #aceeec

%26.63
%36.84
%36.53

CMYK Percentages of Color #aceeec

%28
%0
%1
%7

Triadic Colors of #aceeec

#aceeec #ecacee #eeecac

Analogous Colors of #aceeec

#aceeec #accfee #aceecb

Monochromatic Colors of #aceeec

#aceeec

Complementary Color

#aceeec #eeacae

#aceeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceeec Color CSS Codes

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

#aceeec Text Font Color

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

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


#aceeec Background Color

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

This div background color is #aceeec


#aceeec Border Color

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

This div border color is #aceeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceeec


Comments

No comments written yet.

Please login to write comment.