Color Hex Logo

#aedab5 Color Hex

#AEDAB5
(174,218,181)
0 Favorites   0 Comments

Color spaces of #aedab5

RGB 174218181
HSL0.360.370.77
HSV130°20°85°
CMYK 0.200.000.17   0.15
XYZ50.867562.477753.0945
Yxy62.47770.30560.3754
Hunter Lab79.0428-23.452515.5038
CIE-Lab83.1668-21.494913.5573

#aedab5 color RGB value is (174,218,181).

#aedab5 hex color red value is 174, green value is 218 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #aedab5 hue: 0.36 , saturation: 0.37 and the lightness value of aedab5 is 0.77.

The process color (four color CMYK) of #aedab5 color hex is 0.20, 0.00, 0.17, 0.15. Web safe color of #aedab5 is #99cccc. Color #aedab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 10110101
Octal 256 332 265
Decimal 174 218 181
Hex AE DA B5

RGB Percentages of Color #aedab5

%30.37
%38.05
%31.59

CMYK Percentages of Color #aedab5

%20
%0
%17
%15

Triadic Colors of #aedab5

#aedab5 #b5aeda #dab5ae

Analogous Colors of #aedab5

#aedab5 #aedacb #bddaae

Monochromatic Colors of #aedab5

#aedab5

Complementary Color

#aedab5 #daaed3

#aedab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedab5 Color CSS Codes

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

#aedab5 Text Font Color

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

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


#aedab5 Background Color

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

This div background color is #aedab5


#aedab5 Border Color

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

This div border color is #aedab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedab5


Comments

No comments written yet.

Please login to write comment.