Color Hex Logo

#ace7df Color Hex

#ACE7DF
(172,231,223)
0 Favorites   0 Comments

Color spaces of #ace7df

RGB 172231223
HSL0.480.550.79
HSV172°26°91°
CMYK 0.260.000.03   0.09
XYZ58.908571.250280.4599
Yxy71.25020.27970.3383
Hunter Lab84.4098-23.14442.5713
CIE-Lab87.6064-20.2782-2.1841

#ace7df color RGB value is (172,231,223).

#ace7df hex color red value is 172, green value is 231 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ace7df hue: 0.48 , saturation: 0.55 and the lightness value of ace7df is 0.79.

The process color (four color CMYK) of #ace7df color hex is 0.26, 0.00, 0.03, 0.09. Web safe color of #ace7df is #99ffcc. Color #ace7df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100111 11011111
Octal 254 347 337
Decimal 172 231 223
Hex AC E7 DF

RGB Percentages of Color #ace7df

%27.48
%36.90
%35.62

CMYK Percentages of Color #ace7df

%26
%0
%3
%9

Triadic Colors of #ace7df

#ace7df #dface7 #e7dfac

Analogous Colors of #ace7df

#ace7df #acd2e7 #ace7c2

Monochromatic Colors of #ace7df

#ace7df

Complementary Color

#ace7df #e7acb4

#ace7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace7df Color CSS Codes

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

#ace7df Text Font Color

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

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


#ace7df Background Color

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

This div background color is #ace7df


#ace7df Border Color

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

This div border color is #ace7df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,231,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 #ace7df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace7df


Comments

No comments written yet.

Please login to write comment.