Color Hex Logo

#aedeae Color Hex

#AEDEAE
(174,222,174)
0 Favorites   0 Comments

Color spaces of #aedeae

RGB 174222174
HSL0.330.420.78
HSV120°22°87°
CMYK 0.220.000.22   0.13
XYZ51.216864.297249.7556
Yxy64.29720.30990.3890
Hunter Lab80.1855-26.311619.3401
CIE-Lab84.1203-24.677618.5727

#aedeae color RGB value is (174,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10101110
Octal 256 336 256
Decimal 174 222 174
Hex AE DE AE

RGB Percentages of Color #aedeae

%30.53
%38.95
%30.53

CMYK Percentages of Color #aedeae

%22
%0
%22
%13

Triadic Colors of #aedeae

#aedeae #aeaede #deaeae

Analogous Colors of #aedeae

#aedeae #aedec6 #c6deae

Monochromatic Colors of #aedeae

#aedeae

Complementary Color

#aedeae #deaede

#aedeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedeae Color CSS Codes

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

#aedeae Text Font Color

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

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


#aedeae Background Color

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

This div background color is #aedeae


#aedeae Border Color

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

This div border color is #aedeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedeae


Comments

No comments written yet.

Please login to write comment.