Color Hex Logo

#aceecf Color Hex

#ACEECF
(172,238,207)
0 Favorites   0 Comments

Color spaces of #aceecf

RGB 172238207
HSL0.420.660.80
HSV152°28°93°
CMYK 0.280.000.13   0.07
XYZ58.850374.424770.2952
Yxy74.42470.28910.3656
Hunter Lab86.2698-29.205412.0775
CIE-Lab89.1228-26.95498.3900

#aceecf color RGB value is (172,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11001111
Octal 254 356 317
Decimal 172 238 207
Hex AC EE CF

RGB Percentages of Color #aceecf

%27.88
%38.57
%33.55

CMYK Percentages of Color #aceecf

%28
%0
%13
%7

Triadic Colors of #aceecf

#aceecf #cfacee #eecfac

Analogous Colors of #aceecf

#aceecf #acecee #aceeae

Monochromatic Colors of #aceecf

#aceecf

Complementary Color

#aceecf #eeaccb

#aceecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceecf Color CSS Codes

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

#aceecf Text Font Color

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

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


#aceecf Background Color

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

This div background color is #aceecf


#aceecf Border Color

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

This div border color is #aceecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceecf


Comments

No comments written yet.

Please login to write comment.