Color Hex Logo

#aeedaf Color Hex

#AEEDAF
(174,237,175)
0 Favorites   0 Comments

Color spaces of #aeedaf

RGB 174237175
HSL0.340.640.81
HSV121°27°93°
CMYK 0.270.000.26   0.07
XYZ55.477672.662251.6587
Yxy72.66220.30860.4041
Hunter Lab85.2421-33.001723.7384
CIE-Lab88.2864-31.651223.8161

#aeedaf color RGB value is (174,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 10101111
Octal 256 355 257
Decimal 174 237 175
Hex AE ED AF

RGB Percentages of Color #aeedaf

%29.69
%40.44
%29.86

CMYK Percentages of Color #aeedaf

%27
%0
%26
%7

Triadic Colors of #aeedaf

#aeedaf #afaeed #edafae

Analogous Colors of #aeedaf

#aeedaf #aeedcf #cdedae

Monochromatic Colors of #aeedaf

#aeedaf

Complementary Color

#aeedaf #edaeec

#aeedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeedaf Color CSS Codes

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

#aeedaf Text Font Color

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

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


#aeedaf Background Color

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

This div background color is #aeedaf


#aeedaf Border Color

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

This div border color is #aeedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeedaf


Comments

No comments written yet.

Please login to write comment.