Color Hex Logo

#aefdad Color Hex

#AEFDAD
(174,253,173)
0 Favorites   0 Comments

Color spaces of #aefdad

RGB 174253173
HSL0.330.950.84
HSV119°32°99°
CMYK 0.310.000.32   0.01
XYZ60.123782.266452.2453
Yxy82.26640.30890.4227
Hunter Lab90.7008-40.402529.3385
CIE-Lab92.6923-39.288830.8243

#aefdad color RGB value is (174,253,173).

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

The process color (four color CMYK) of #aefdad color hex is 0.31, 0.00, 0.32, 0.01. Web safe color of #aefdad is #99ff99. Color #aefdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10101101
Octal 256 375 255
Decimal 174 253 173
Hex AE FD AD

RGB Percentages of Color #aefdad

%29.00
%42.17
%28.83

CMYK Percentages of Color #aefdad

%31
%0
%32
%1

Triadic Colors of #aefdad

#aefdad #adaefd #fdadae

Analogous Colors of #aefdad

#aefdad #adfdd4 #d6fdad

Monochromatic Colors of #aefdad

#aefdad

Complementary Color

#aefdad #fcadfd

#aefdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdad Color CSS Codes

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

#aefdad Text Font Color

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

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


#aefdad Background Color

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

This div background color is #aefdad


#aefdad Border Color

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

This div border color is #aefdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdad


Comments

No comments written yet.

Please login to write comment.