Color Hex Logo

#aed9bb Color Hex

#AED9BB
(174,217,187)
0 Favorites   0 Comments

Color spaces of #aed9bb

RGB 174217187
HSL0.380.360.77
HSV138°20°85°
CMYK 0.200.000.14   0.15
XYZ51.238162.212256.3213
Yxy62.21220.30180.3664
Hunter Lab78.8747-22.074712.8757
CIE-Lab83.0261-19.905110.1882

#aed9bb color RGB value is (174,217,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 10111011
Octal 256 331 273
Decimal 174 217 187
Hex AE D9 BB

RGB Percentages of Color #aed9bb

%30.10
%37.54
%32.35

CMYK Percentages of Color #aed9bb

%20
%0
%14
%15

Triadic Colors of #aed9bb

#aed9bb #bbaed9 #d9bbae

Analogous Colors of #aed9bb

#aed9bb #aed9d1 #b7d9ae

Monochromatic Colors of #aed9bb

#aed9bb

Complementary Color

#aed9bb #d9aecc

#aed9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed9bb Color CSS Codes

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

#aed9bb Text Font Color

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

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


#aed9bb Background Color

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

This div background color is #aed9bb


#aed9bb Border Color

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

This div border color is #aed9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed9bb


Comments

No comments written yet.

Please login to write comment.