Color Hex Logo

#aed7bd Color Hex

#AED7BD
(174,215,189)
0 Favorites   0 Comments

Color spaces of #aed7bd

RGB 174215189
HSL0.390.340.76
HSV142°19°84°
CMYK 0.190.000.12   0.16
XYZ50.941361.273757.2862
Yxy61.27370.30050.3615
Hunter Lab78.2775-20.821811.4038
CIE-Lab82.5257-18.53518.4137

#aed7bd color RGB value is (174,215,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 10111101
Octal 256 327 275
Decimal 174 215 189
Hex AE D7 BD

RGB Percentages of Color #aed7bd

%30.10
%37.20
%32.70

CMYK Percentages of Color #aed7bd

%19
%0
%12
%16

Triadic Colors of #aed7bd

#aed7bd #bdaed7 #d7bdae

Analogous Colors of #aed7bd

#aed7bd #aed7d2 #b4d7ae

Monochromatic Colors of #aed7bd

#aed7bd

Complementary Color

#aed7bd #d7aec8

#aed7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed7bd Color CSS Codes

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

#aed7bd Text Font Color

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

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


#aed7bd Background Color

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

This div background color is #aed7bd


#aed7bd Border Color

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

This div border color is #aed7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed7bd


Comments

No comments written yet.

Please login to write comment.