Color Hex Logo

#aed9be Color Hex

#AED9BE
(174,217,190)
0 Favorites   0 Comments

Color spaces of #aed9be

RGB 174217190
HSL0.400.360.77
HSV142°20°85°
CMYK 0.200.000.12   0.15
XYZ51.562762.342158.0308
Yxy62.34210.29990.3626
Hunter Lab78.9570-21.605811.6937
CIE-Lab83.0950-19.34448.6988

#aed9be color RGB value is (174,217,190).

#aed9be hex color red value is 174, green value is 217 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aed9be hue: 0.40 , saturation: 0.36 and the lightness value of aed9be is 0.77.

The process color (four color CMYK) of #aed9be color hex is 0.20, 0.00, 0.12, 0.15. Web safe color of #aed9be is #99cccc. Color #aed9be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 10111110
Octal 256 331 276
Decimal 174 217 190
Hex AE D9 BE

RGB Percentages of Color #aed9be

%29.95
%37.35
%32.70

CMYK Percentages of Color #aed9be

%20
%0
%12
%15

Triadic Colors of #aed9be

#aed9be #beaed9 #d9beae

Analogous Colors of #aed9be

#aed9be #aed9d4 #b4d9ae

Monochromatic Colors of #aed9be

#aed9be

Complementary Color

#aed9be #d9aec9

#aed9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed9be Color CSS Codes

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

#aed9be Text Font Color

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

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


#aed9be Background Color

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

This div background color is #aed9be


#aed9be Border Color

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

This div border color is #aed9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed9be


Comments

No comments written yet.

Please login to write comment.