Color Hex Logo

#aed3bb Color Hex

#AED3BB
(174,211,187)
0 Favorites   0 Comments

Color spaces of #aed3bb

RGB 174211187
HSL0.390.300.75
HSV141°18°83°
CMYK 0.180.000.11   0.17
XYZ49.719559.175155.8151
Yxy59.17510.30190.3593
Hunter Lab76.9254-19.248710.8284
CIE-Lab81.3877-16.90377.8458

#aed3bb color RGB value is (174,211,187).

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

The process color (four color CMYK) of #aed3bb color hex is 0.18, 0.00, 0.11, 0.17. Web safe color of #aed3bb is #99cccc. Color #aed3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 10111011
Octal 256 323 273
Decimal 174 211 187
Hex AE D3 BB

RGB Percentages of Color #aed3bb

%30.42
%36.89
%32.69

CMYK Percentages of Color #aed3bb

%18
%0
%11
%17

Triadic Colors of #aed3bb

#aed3bb #bbaed3 #d3bbae

Analogous Colors of #aed3bb

#aed3bb #aed3ce #b4d3ae

Monochromatic Colors of #aed3bb

#aed3bb

Complementary Color

#aed3bb #d3aec6

#aed3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed3bb Color CSS Codes

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

#aed3bb Text Font Color

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

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


#aed3bb Background Color

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

This div background color is #aed3bb


#aed3bb Border Color

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

This div border color is #aed3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed3bb


Comments

No comments written yet.

Please login to write comment.