Color Hex Logo

#aed0af Color Hex

#AED0AF
(174,208,175)
0 Favorites   0 Comments

Color spaces of #aed0af

RGB 174208175
HSL0.340.270.75
HSV122°16°82°
CMYK 0.160.000.16   0.18
XYZ47.749357.205649.0826
Yxy57.20560.31000.3714
Hunter Lab75.6344-19.670014.4681
CIE-Lab80.2951-17.587312.6753

#aed0af color RGB value is (174,208,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 10101111
Octal 256 320 257
Decimal 174 208 175
Hex AE D0 AF

RGB Percentages of Color #aed0af

%31.24
%37.34
%31.42

CMYK Percentages of Color #aed0af

%16
%0
%16
%18

Triadic Colors of #aed0af

#aed0af #afaed0 #d0afae

Analogous Colors of #aed0af

#aed0af #aed0c0 #bed0ae

Monochromatic Colors of #aed0af

#aed0af

Complementary Color

#aed0af #d0aecf

#aed0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed0af Color CSS Codes

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

#aed0af Text Font Color

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

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


#aed0af Background Color

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

This div background color is #aed0af


#aed0af Border Color

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

This div border color is #aed0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed0af


Comments

No comments written yet.

Please login to write comment.