Color Hex Logo

#aed1af Color Hex

#AED1AF
(174,209,175)
0 Favorites   0 Comments

Color spaces of #aed1af

RGB 174209175
HSL0.340.280.75
HSV122°17°82°
CMYK 0.170.000.16   0.18
XYZ47.993957.694749.1641
Yxy57.69470.30990.3726
Hunter Lab75.9570-20.138514.7938
CIE-Lab80.5688-18.089313.0623

#aed1af color RGB value is (174,209,175).

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

The process color (four color CMYK) of #aed1af color hex is 0.17, 0.00, 0.16, 0.18. Web safe color of #aed1af is #99cc99. Color #aed1af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10101111
Octal 256 321 257
Decimal 174 209 175
Hex AE D1 AF

RGB Percentages of Color #aed1af

%31.18
%37.46
%31.36

CMYK Percentages of Color #aed1af

%17
%0
%16
%18

Triadic Colors of #aed1af

#aed1af #afaed1 #d1afae

Analogous Colors of #aed1af

#aed1af #aed1c1 #bfd1ae

Monochromatic Colors of #aed1af

#aed1af

Complementary Color

#aed1af #d1aed0

#aed1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1af Color CSS Codes

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

#aed1af Text Font Color

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

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


#aed1af Background Color

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

This div background color is #aed1af


#aed1af Border Color

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

This div border color is #aed1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1af


Comments

No comments written yet.

Please login to write comment.