Color Hex Logo

#aceedf Color Hex

#ACEEDF
(172,238,223)
0 Favorites   0 Comments

Color spaces of #aceedf

RGB 172238223
HSL0.460.660.80
HSV166°28°93°
CMYK 0.280.000.06   0.07
XYZ60.907175.247481.1261
Yxy75.24740.28030.3463
Hunter Lab86.7453-26.47275.2724
CIE-Lab89.5088-23.71040.5981

#aceedf color RGB value is (172,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11011111
Octal 254 356 337
Decimal 172 238 223
Hex AC EE DF

RGB Percentages of Color #aceedf

%27.17
%37.60
%35.23

CMYK Percentages of Color #aceedf

%28
%0
%6
%7

Triadic Colors of #aceedf

#aceedf #dfacee #eedfac

Analogous Colors of #aceedf

#aceedf #acdcee #aceebe

Monochromatic Colors of #aceedf

#aceedf

Complementary Color

#aceedf #eeacbb

#aceedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceedf Color CSS Codes

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

#aceedf Text Font Color

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

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


#aceedf Background Color

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

This div background color is #aceedf


#aceedf Border Color

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

This div border color is #aceedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceedf


Comments

No comments written yet.

Please login to write comment.