Color Hex Logo

#aed6bb Color Hex

#AED6BB
(174,214,187)
0 Favorites   0 Comments

Color spaces of #aed6bb

RGB 174214187
HSL0.390.330.76
HSV140°19°84°
CMYK 0.190.000.13   0.16
XYZ50.471860.679756.0659
Yxy60.67970.30180.3629
Hunter Lab77.8972-20.664811.8545
CIE-Lab82.2063-18.40999.0177

#aed6bb color RGB value is (174,214,187).

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

The process color (four color CMYK) of #aed6bb color hex is 0.19, 0.00, 0.13, 0.16. Web safe color of #aed6bb is #99cccc. Color #aed6bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 10111011
Octal 256 326 273
Decimal 174 214 187
Hex AE D6 BB

RGB Percentages of Color #aed6bb

%30.26
%37.22
%32.52

CMYK Percentages of Color #aed6bb

%19
%0
%13
%16

Triadic Colors of #aed6bb

#aed6bb #bbaed6 #d6bbae

Analogous Colors of #aed6bb

#aed6bb #aed6cf #b5d6ae

Monochromatic Colors of #aed6bb

#aed6bb

Complementary Color

#aed6bb #d6aec9

#aed6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed6bb Color CSS Codes

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

#aed6bb Text Font Color

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

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


#aed6bb Background Color

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

This div background color is #aed6bb


#aed6bb Border Color

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

This div border color is #aed6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed6bb


Comments

No comments written yet.

Please login to write comment.