Color Hex Logo

#aedbaa Color Hex

#AEDBAA
(174,219,170)
0 Favorites   0 Comments

Color spaces of #aedbaa

RGB 174219170
HSL0.320.400.76
HSV115°22°86°
CMYK 0.210.000.22   0.14
XYZ50.042862.564047.4687
Yxy62.56400.31260.3908
Hunter Lab79.0974-25.488319.7865
CIE-Lab83.2124-23.897419.4048

#aedbaa color RGB value is (174,219,170).

#aedbaa hex color red value is 174, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aedbaa hue: 0.32 , saturation: 0.40 and the lightness value of aedbaa is 0.76.

The process color (four color CMYK) of #aedbaa color hex is 0.21, 0.00, 0.22, 0.14. Web safe color of #aedbaa is #99cc99. Color #aedbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10101010
Octal 256 333 252
Decimal 174 219 170
Hex AE DB AA

RGB Percentages of Color #aedbaa

%30.91
%38.90
%30.20

CMYK Percentages of Color #aedbaa

%21
%0
%22
%14

Triadic Colors of #aedbaa

#aedbaa #aaaedb #dbaaae

Analogous Colors of #aedbaa

#aedbaa #aadbbf #c7dbaa

Monochromatic Colors of #aedbaa

#aedbaa

Complementary Color

#aedbaa #d7aadb

#aedbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbaa Color CSS Codes

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

#aedbaa Text Font Color

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

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


#aedbaa Background Color

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

This div background color is #aedbaa


#aedbaa Border Color

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

This div border color is #aedbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbaa


Comments

No comments written yet.

Please login to write comment.