Color Hex Logo

#aeedab Color Hex

#AEEDAB
(174,237,171)
0 Favorites   0 Comments

Color spaces of #aeedab

RGB 174237171
HSL0.330.650.80
HSV117°28°93°
CMYK 0.270.000.28   0.07
XYZ55.090472.507349.6198
Yxy72.50730.31090.4091
Hunter Lab85.1512-33.530225.0560
CIE-Lab88.2122-32.305925.7681

#aeedab color RGB value is (174,237,171).

#aeedab hex color red value is 174, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aeedab hue: 0.33 , saturation: 0.65 and the lightness value of aeedab is 0.80.

The process color (four color CMYK) of #aeedab color hex is 0.27, 0.00, 0.28, 0.07. Web safe color of #aeedab is #99ff99. Color #aeedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 10101011
Octal 256 355 253
Decimal 174 237 171
Hex AE ED AB

RGB Percentages of Color #aeedab

%29.90
%40.72
%29.38

CMYK Percentages of Color #aeedab

%27
%0
%28
%7

Triadic Colors of #aeedab

#aeedab #abaeed #edabae

Analogous Colors of #aeedab

#aeedab #abedc9 #cfedab

Monochromatic Colors of #aeedab

#aeedab

Complementary Color

#aeedab #eaabed

#aeedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeedab Color CSS Codes

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

#aeedab Text Font Color

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

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


#aeedab Background Color

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

This div background color is #aeedab


#aeedab Border Color

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

This div border color is #aeedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeedab


Comments

No comments written yet.

Please login to write comment.