Color Hex Logo

#aeedd0 Color Hex

#AEEDD0
(174,237,208)
0 Favorites   0 Comments

Color spaces of #aeedd0

RGB 174237208
HSL0.420.640.81
HSV152°27°93°
CMYK 0.270.000.12   0.07
XYZ59.124974.121170.8651
Yxy74.12110.28970.3631
Hunter Lab86.0936-28.078711.4629
CIE-Lab88.9797-25.67617.6773

#aeedd0 color RGB value is (174,237,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 11010000
Octal 256 355 320
Decimal 174 237 208
Hex AE ED D0

RGB Percentages of Color #aeedd0

%28.11
%38.29
%33.60

CMYK Percentages of Color #aeedd0

%27
%0
%12
%7

Triadic Colors of #aeedd0

#aeedd0 #d0aeed #edd0ae

Analogous Colors of #aeedd0

#aeedd0 #aeebed #aeedb1

Monochromatic Colors of #aeedd0

#aeedd0

Complementary Color

#aeedd0 #edaecb

#aeedd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeedd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeedd0 Color CSS Codes

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

#aeedd0 Text Font Color

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

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


#aeedd0 Background Color

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

This div background color is #aeedd0


#aeedd0 Border Color

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

This div border color is #aeedd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeedd0


Comments

No comments written yet.

Please login to write comment.