Color Hex Logo

#acead9 Color Hex

#ACEAD9
(172,234,217)
0 Favorites   0 Comments

Color spaces of #acead9

RGB 172234217
HSL0.450.600.80
HSV164°26°92°
CMYK 0.260.000.07   0.08
XYZ58.960572.626076.5563
Yxy72.62600.28330.3489
Hunter Lab85.2209-25.64046.3928
CIE-Lab88.2690-23.00891.9311

#acead9 color RGB value is (172,234,217).

#acead9 hex color red value is 172, green value is 234 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #acead9 hue: 0.45 , saturation: 0.60 and the lightness value of acead9 is 0.80.

The process color (four color CMYK) of #acead9 color hex is 0.26, 0.00, 0.07, 0.08. Web safe color of #acead9 is #99ffcc. Color #acead9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11011001
Octal 254 352 331
Decimal 172 234 217
Hex AC EA D9

RGB Percentages of Color #acead9

%27.61
%37.56
%34.83

CMYK Percentages of Color #acead9

%26
%0
%7
%8

Triadic Colors of #acead9

#acead9 #d9acea #ead9ac

Analogous Colors of #acead9

#acead9 #acdcea #aceaba

Monochromatic Colors of #acead9

#acead9

Complementary Color

#acead9 #eaacbd

#acead9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acead9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acead9 Color CSS Codes

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

#acead9 Text Font Color

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

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


#acead9 Background Color

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

This div background color is #acead9


#acead9 Border Color

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

This div border color is #acead9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acead9


Comments

No comments written yet.

Please login to write comment.