Color Hex Logo

#aeeddd Color Hex

#AEEDDD
(174,237,221)
0 Favorites   0 Comments

Color spaces of #aeeddd

RGB 174237221
HSL0.460.640.81
HSV165°27°93°
CMYK 0.270.000.07   0.07
XYZ60.790974.787579.6380
Yxy74.78750.28250.3475
Hunter Lab86.4798-25.86315.9365
CIE-Lab89.2934-23.05631.3422

#aeeddd color RGB value is (174,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 11011101
Octal 256 355 335
Decimal 174 237 221
Hex AE ED DD

RGB Percentages of Color #aeeddd

%27.53
%37.50
%34.97

CMYK Percentages of Color #aeeddd

%27
%0
%7
%7

Triadic Colors of #aeeddd

#aeeddd #ddaeed #edddae

Analogous Colors of #aeeddd

#aeeddd #aedeed #aeedbe

Monochromatic Colors of #aeeddd

#aeeddd

Complementary Color

#aeeddd #edaebe

#aeeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeddd Color CSS Codes

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

#aeeddd Text Font Color

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

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


#aeeddd Background Color

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

This div background color is #aeeddd


#aeeddd Border Color

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

This div border color is #aeeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeddd


Comments

No comments written yet.

Please login to write comment.