Color Hex Logo

#aed5bb Color Hex

#AED5BB
(174,213,187)
0 Favorites   0 Comments

Color spaces of #aed5bb

RGB 174213187
HSL0.390.320.76
HSV140°18°84°
CMYK 0.180.000.12   0.16
XYZ50.219460.175055.9818
Yxy60.17500.30180.3617
Hunter Lab77.5725-20.193511.5130
CIE-Lab81.9332-17.90918.6271

#aed5bb color RGB value is (174,213,187).

#aed5bb hex color red value is 174, green value is 213 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aed5bb hue: 0.39 , saturation: 0.32 and the lightness value of aed5bb is 0.76.

The process color (four color CMYK) of #aed5bb color hex is 0.18, 0.00, 0.12, 0.16. Web safe color of #aed5bb is #99cccc. Color #aed5bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 10111011
Octal 256 325 273
Decimal 174 213 187
Hex AE D5 BB

RGB Percentages of Color #aed5bb

%30.31
%37.11
%32.58

CMYK Percentages of Color #aed5bb

%18
%0
%12
%16

Triadic Colors of #aed5bb

#aed5bb #bbaed5 #d5bbae

Analogous Colors of #aed5bb

#aed5bb #aed5cf #b5d5ae

Monochromatic Colors of #aed5bb

#aed5bb

Complementary Color

#aed5bb #d5aec8

#aed5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed5bb Color CSS Codes

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

#aed5bb Text Font Color

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

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


#aed5bb Background Color

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

This div background color is #aed5bb


#aed5bb Border Color

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

This div border color is #aed5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed5bb


Comments

No comments written yet.

Please login to write comment.