Color Hex Logo

#aeeedb Color Hex

#AEEEDB
(174,238,219)
0 Favorites   0 Comments

Color spaces of #aeeedb

RGB 174238219
HSL0.450.650.81
HSV162°27°93°
CMYK 0.270.000.08   0.07
XYZ60.816375.262278.3395
Yxy75.26220.28360.3510
Hunter Lab86.7538-26.68677.1882
CIE-Lab89.5157-23.95452.7103

#aeeedb color RGB value is (174,238,219).

#aeeedb hex color red value is 174, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aeeedb hue: 0.45 , saturation: 0.65 and the lightness value of aeeedb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11011011
Octal 256 356 333
Decimal 174 238 219
Hex AE EE DB

RGB Percentages of Color #aeeedb

%27.58
%37.72
%34.71

CMYK Percentages of Color #aeeedb

%27
%0
%8
%7

Triadic Colors of #aeeedb

#aeeedb #dbaeee #eedbae

Analogous Colors of #aeeedb

#aeeedb #aee1ee #aeeebb

Monochromatic Colors of #aeeedb

#aeeedb

Complementary Color

#aeeedb #eeaec1

#aeeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeedb Color CSS Codes

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

#aeeedb Text Font Color

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

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


#aeeedb Background Color

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

This div background color is #aeeedb


#aeeedb Border Color

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

This div border color is #aeeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeedb


Comments

No comments written yet.

Please login to write comment.