Color Hex Logo

#aed1bd Color Hex

#AED1BD
(174,209,189)
0 Favorites   0 Comments

Color spaces of #aed1bd

RGB 174209189
HSL0.400.280.75
HSV146°17°82°
CMYK 0.170.000.10   0.18
XYZ49.441358.273756.7862
Yxy58.27370.30060.3542
Hunter Lab76.3372-17.98119.3310
CIE-Lab80.8907-15.51416.0659

#aed1bd color RGB value is (174,209,189).

#aed1bd hex color red value is 174, green value is 209 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aed1bd hue: 0.40 , saturation: 0.28 and the lightness value of aed1bd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10111101
Octal 256 321 275
Decimal 174 209 189
Hex AE D1 BD

RGB Percentages of Color #aed1bd

%30.42
%36.54
%33.04

CMYK Percentages of Color #aed1bd

%17
%0
%10
%18

Triadic Colors of #aed1bd

#aed1bd #bdaed1 #d1bdae

Analogous Colors of #aed1bd

#aed1bd #aed1cf #b1d1ae

Monochromatic Colors of #aed1bd

#aed1bd

Complementary Color

#aed1bd #d1aec2

#aed1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1bd Color CSS Codes

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

#aed1bd Text Font Color

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

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


#aed1bd Background Color

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

This div background color is #aed1bd


#aed1bd Border Color

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

This div border color is #aed1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1bd


Comments

No comments written yet.

Please login to write comment.