Color Hex Logo

#aeeadb Color Hex

#AEEADB
(174,234,219)
0 Favorites   0 Comments

Color spaces of #aeeadb

RGB 174234219
HSL0.460.590.80
HSV165°26°92°
CMYK 0.260.000.06   0.08
XYZ59.664672.958877.9556
Yxy72.95880.28330.3465
Hunter Lab85.4159-24.79235.6796
CIE-Lab88.4281-22.00371.1283

#aeeadb color RGB value is (174,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11011011
Octal 256 352 333
Decimal 174 234 219
Hex AE EA DB

RGB Percentages of Color #aeeadb

%27.75
%37.32
%34.93

CMYK Percentages of Color #aeeadb

%26
%0
%6
%8

Triadic Colors of #aeeadb

#aeeadb #dbaeea #eadbae

Analogous Colors of #aeeadb

#aeeadb #aedbea #aeeabd

Monochromatic Colors of #aeeadb

#aeeadb

Complementary Color

#aeeadb #eaaebd

#aeeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeadb Color CSS Codes

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

#aeeadb Text Font Color

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

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


#aeeadb Background Color

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

This div background color is #aeeadb


#aeeadb Border Color

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

This div border color is #aeeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeadb


Comments

No comments written yet.

Please login to write comment.