Color Hex Logo

#aedeaf Color Hex

#AEDEAF
(174,222,175)
0 Favorites   0 Comments

Color spaces of #aedeaf

RGB 174222175
HSL0.340.420.78
HSV121°22°87°
CMYK 0.220.000.21   0.13
XYZ51.314764.336450.2710
Yxy64.33640.30930.3878
Hunter Lab80.2100-26.171318.9874
CIE-Lab84.1406-24.506218.0777

#aedeaf color RGB value is (174,222,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10101111
Octal 256 336 257
Decimal 174 222 175
Hex AE DE AF

RGB Percentages of Color #aedeaf

%30.47
%38.88
%30.65

CMYK Percentages of Color #aedeaf

%22
%0
%21
%13

Triadic Colors of #aedeaf

#aedeaf #afaede #deafae

Analogous Colors of #aedeaf

#aedeaf #aedec7 #c5deae

Monochromatic Colors of #aedeaf

#aedeaf

Complementary Color

#aedeaf #deaedd

#aedeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedeaf Color CSS Codes

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

#aedeaf Text Font Color

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

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


#aedeaf Background Color

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

This div background color is #aedeaf


#aedeaf Border Color

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

This div border color is #aedeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedeaf


Comments

No comments written yet.

Please login to write comment.