Color Hex Logo

#ace3dd Color Hex

#ACE3DD
(172,227,221)
0 Favorites   0 Comments

Color spaces of #ace3dd

RGB 172227221
HSL0.480.500.78
HSV173°24°89°
CMYK 0.240.000.03   0.11
XYZ57.533568.929378.6790
Yxy68.92930.28050.3360
Hunter Lab83.0237-21.59501.9292
CIE-Lab86.4690-18.7186-2.8011

#ace3dd color RGB value is (172,227,221).

#ace3dd hex color red value is 172, green value is 227 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ace3dd hue: 0.48 , saturation: 0.50 and the lightness value of ace3dd is 0.78.

The process color (four color CMYK) of #ace3dd color hex is 0.24, 0.00, 0.03, 0.11. Web safe color of #ace3dd is #99cccc. Color #ace3dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100011 11011101
Octal 254 343 335
Decimal 172 227 221
Hex AC E3 DD

RGB Percentages of Color #ace3dd

%27.74
%36.61
%35.65

CMYK Percentages of Color #ace3dd

%24
%0
%3
%11

Triadic Colors of #ace3dd

#ace3dd #ddace3 #e3ddac

Analogous Colors of #ace3dd

#ace3dd #accee3 #ace3c2

Monochromatic Colors of #ace3dd

#ace3dd

Complementary Color

#ace3dd #e3acb2

#ace3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace3dd Color CSS Codes

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

#ace3dd Text Font Color

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

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


#ace3dd Background Color

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

This div background color is #ace3dd


#ace3dd Border Color

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

This div border color is #ace3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace3dd


Comments

No comments written yet.

Please login to write comment.