Color Hex Logo

#aefdac Color Hex

#AEFDAC
(174,253,172)
0 Favorites   0 Comments

Color spaces of #aefdac

RGB 174253172
HSL0.330.950.83
HSV119°32°99°
CMYK 0.310.000.32   0.01
XYZ60.027282.227851.7375
Yxy82.22780.30940.4239
Hunter Lab90.6795-40.527429.6476
CIE-Lab92.6753-39.445231.3040

#aefdac color RGB value is (174,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10101100
Octal 256 375 254
Decimal 174 253 172
Hex AE FD AC

RGB Percentages of Color #aefdac

%29.05
%42.24
%28.71

CMYK Percentages of Color #aefdac

%31
%0
%32
%1

Triadic Colors of #aefdac

#aefdac #acaefd #fdacae

Analogous Colors of #aefdac

#aefdac #acfdd3 #d7fdac

Monochromatic Colors of #aefdac

#aefdac

Complementary Color

#aefdac #fbacfd

#aefdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdac Color CSS Codes

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

#aefdac Text Font Color

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

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


#aefdac Background Color

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

This div background color is #aefdac


#aefdac Border Color

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

This div border color is #aefdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdac


Comments

No comments written yet.

Please login to write comment.