Color Hex Logo

#aed3af Color Hex

#AED3AF
(174,211,175)
0 Favorites   0 Comments

Color spaces of #aed3af

RGB 174211175
HSL0.340.300.75
HSV122°18°83°
CMYK 0.180.000.17   0.17
XYZ48.487758.682349.3287
Yxy58.68230.30980.3750
Hunter Lab76.6044-21.073815.4438
CIE-Lab81.1167-19.090113.8359

#aed3af color RGB value is (174,211,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 10101111
Octal 256 323 257
Decimal 174 211 175
Hex AE D3 AF

RGB Percentages of Color #aed3af

%31.07
%37.68
%31.25

CMYK Percentages of Color #aed3af

%18
%0
%17
%17

Triadic Colors of #aed3af

#aed3af #afaed3 #d3afae

Analogous Colors of #aed3af

#aed3af #aed3c2 #c0d3ae

Monochromatic Colors of #aed3af

#aed3af

Complementary Color

#aed3af #d3aed2

#aed3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed3af Color CSS Codes

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

#aed3af Text Font Color

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

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


#aed3af Background Color

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

This div background color is #aed3af


#aed3af Border Color

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

This div border color is #aed3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed3af


Comments

No comments written yet.

Please login to write comment.