Color Hex Logo

#aeeddf Color Hex

#AEEDDF
(174,237,223)
0 Favorites   0 Comments

Color spaces of #aeeddf

RGB 174237223
HSL0.460.640.81
HSV167°27°93°
CMYK 0.270.000.06   0.07
XYZ61.059074.894881.0500
Yxy74.89480.28140.3451
Hunter Lab86.5418-25.50865.0517
CIE-Lab89.3437-22.64090.3703

#aeeddf color RGB value is (174,237,223).

#aeeddf hex color red value is 174, green value is 237 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aeeddf hue: 0.46 , saturation: 0.64 and the lightness value of aeeddf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 11011111
Octal 256 355 337
Decimal 174 237 223
Hex AE ED DF

RGB Percentages of Color #aeeddf

%27.44
%37.38
%35.17

CMYK Percentages of Color #aeeddf

%27
%0
%6
%7

Triadic Colors of #aeeddf

#aeeddf #dfaeed #eddfae

Analogous Colors of #aeeddf

#aeeddf #aedced #aeedc0

Monochromatic Colors of #aeeddf

#aeeddf

Complementary Color

#aeeddf #edaebc

#aeeddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeddf Color CSS Codes

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

#aeeddf Text Font Color

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

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


#aeeddf Background Color

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

This div background color is #aeeddf


#aeeddf Border Color

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

This div border color is #aeeddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeddf


Comments

No comments written yet.

Please login to write comment.