Color Hex Logo

#aed4bb Color Hex

#AED4BB
(174,212,187)
0 Favorites   0 Comments

Color spaces of #aed4bb

RGB 174212187
HSL0.390.310.76
HSV141°18°83°
CMYK 0.180.000.12   0.17
XYZ49.968759.673555.8982
Yxy59.67350.30190.3605
Hunter Lab77.2486-19.721411.1710
CIE-Lab81.6604-17.40698.2365

#aed4bb color RGB value is (174,212,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 10111011
Octal 256 324 273
Decimal 174 212 187
Hex AE D4 BB

RGB Percentages of Color #aed4bb

%30.37
%37.00
%32.64

CMYK Percentages of Color #aed4bb

%18
%0
%12
%17

Triadic Colors of #aed4bb

#aed4bb #bbaed4 #d4bbae

Analogous Colors of #aed4bb

#aed4bb #aed4ce #b4d4ae

Monochromatic Colors of #aed4bb

#aed4bb

Complementary Color

#aed4bb #d4aec7

#aed4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed4bb Color CSS Codes

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

#aed4bb Text Font Color

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

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


#aed4bb Background Color

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

This div background color is #aed4bb


#aed4bb Border Color

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

This div border color is #aed4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed4bb


Comments

No comments written yet.

Please login to write comment.