Color Hex Logo

#aedfaf Color Hex

#AEDFAF
(174,223,175)
0 Favorites   0 Comments

Color spaces of #aedfaf

RGB 174223175
HSL0.340.430.78
HSV121°22°87°
CMYK 0.220.000.22   0.13
XYZ51.581164.869250.3598
Yxy64.86920.30920.3889
Hunter Lab80.5414-26.630819.3070
CIE-Lab84.4163-24.991118.4621

#aedfaf color RGB value is (174,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10101111
Octal 256 337 257
Decimal 174 223 175
Hex AE DF AF

RGB Percentages of Color #aedfaf

%30.42
%38.99
%30.59

CMYK Percentages of Color #aedfaf

%22
%0
%22
%13

Triadic Colors of #aedfaf

#aedfaf #afaedf #dfafae

Analogous Colors of #aedfaf

#aedfaf #aedfc8 #c6dfae

Monochromatic Colors of #aedfaf

#aedfaf

Complementary Color

#aedfaf #dfaede

#aedfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfaf Color CSS Codes

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

#aedfaf Text Font Color

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

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


#aedfaf Background Color

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

This div background color is #aedfaf


#aedfaf Border Color

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

This div border color is #aedfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfaf


Comments

No comments written yet.

Please login to write comment.