Color Hex Logo

#aceed4 Color Hex

#ACEED4
(172,238,212)
0 Favorites   0 Comments

Color spaces of #aceed4

RGB 172238212
HSL0.430.660.80
HSV156°28°93°
CMYK 0.280.000.11   0.07
XYZ59.471574.673273.5662
Yxy74.67320.28630.3595
Hunter Lab86.4137-28.376810.0144
CIE-Lab89.2397-25.96445.9509

#aceed4 color RGB value is (172,238,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11010100
Octal 254 356 324
Decimal 172 238 212
Hex AC EE D4

RGB Percentages of Color #aceed4

%27.65
%38.26
%34.08

CMYK Percentages of Color #aceed4

%28
%0
%11
%7

Triadic Colors of #aceed4

#aceed4 #d4acee #eed4ac

Analogous Colors of #aceed4

#aceed4 #ace7ee #aceeb3

Monochromatic Colors of #aceed4

#aceed4

Complementary Color

#aceed4 #eeacc6

#aceed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceed4 Color CSS Codes

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

#aceed4 Text Font Color

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

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


#aceed4 Background Color

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

This div background color is #aceed4


#aceed4 Border Color

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

This div border color is #aceed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceed4


Comments

No comments written yet.

Please login to write comment.