Color Hex Logo

#aed1ab Color Hex

#AED1AB
(174,209,171)
0 Favorites   0 Comments

Color spaces of #aed1ab

RGB 174209171
HSL0.320.290.75
HSV115°18°82°
CMYK 0.170.000.18   0.18
XYZ47.606757.539947.1252
Yxy57.53990.31260.3779
Hunter Lab75.8551-20.719616.2644
CIE-Lab80.4823-18.790315.0643

#aed1ab color RGB value is (174,209,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10101011
Octal 256 321 253
Decimal 174 209 171
Hex AE D1 AB

RGB Percentages of Color #aed1ab

%31.41
%37.73
%30.87

CMYK Percentages of Color #aed1ab

%17
%0
%18
%18

Triadic Colors of #aed1ab

#aed1ab #abaed1 #d1abae

Analogous Colors of #aed1ab

#aed1ab #abd1bb #c1d1ab

Monochromatic Colors of #aed1ab

#aed1ab

Complementary Color

#aed1ab #ceabd1

#aed1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1ab Color CSS Codes

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

#aed1ab Text Font Color

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

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


#aed1ab Background Color

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

This div background color is #aed1ab


#aed1ab Border Color

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

This div border color is #aed1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1ab


Comments

No comments written yet.

Please login to write comment.