Color Hex Logo

#aedfad Color Hex

#AEDFAD
(174,223,173)
0 Favorites   0 Comments

Color spaces of #aedfad

RGB 174223173
HSL0.330.440.78
HSV119°22°87°
CMYK 0.220.000.22   0.13
XYZ51.386164.791249.3328
Yxy64.79120.31050.3915
Hunter Lab80.4930-26.909720.0072
CIE-Lab84.3760-25.332119.4513

#aedfad color RGB value is (174,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10101101
Octal 256 337 255
Decimal 174 223 173
Hex AE DF AD

RGB Percentages of Color #aedfad

%30.53
%39.12
%30.35

CMYK Percentages of Color #aedfad

%22
%0
%22
%13

Triadic Colors of #aedfad

#aedfad #adaedf #dfadae

Analogous Colors of #aedfad

#aedfad #addfc5 #c7dfad

Monochromatic Colors of #aedfad

#aedfad

Complementary Color

#aedfad #deaddf

#aedfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfad Color CSS Codes

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

#aedfad Text Font Color

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

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


#aedfad Background Color

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

This div background color is #aedfad


#aedfad Border Color

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

This div border color is #aedfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfad


Comments

No comments written yet.

Please login to write comment.