Color Hex Logo

#aceada Color Hex

#ACEADA
(172,234,218)
0 Favorites   0 Comments

Color spaces of #aceada

RGB 172234218
HSL0.460.600.80
HSV165°26°92°
CMYK 0.260.000.07   0.08
XYZ59.091072.678277.2435
Yxy72.67820.28270.3477
Hunter Lab85.2515-25.46515.9554
CIE-Lab88.2940-22.80221.4436

#aceada color RGB value is (172,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11011010
Octal 254 352 332
Decimal 172 234 218
Hex AC EA DA

RGB Percentages of Color #aceada

%27.56
%37.50
%34.94

CMYK Percentages of Color #aceada

%26
%0
%7
%8

Triadic Colors of #aceada

#aceada #daacea #eadaac

Analogous Colors of #aceada

#aceada #acdbea #aceabb

Monochromatic Colors of #aceada

#aceada

Complementary Color

#aceada #eaacbc

#aceada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceada Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceada Color CSS Codes

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

#aceada Text Font Color

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

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


#aceada Background Color

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

This div background color is #aceada


#aceada Border Color

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

This div border color is #aceada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceada


Comments

No comments written yet.

Please login to write comment.