Color Hex Logo

#aedf95 Color Hex

#AEDF95
(174,223,149)
0 Favorites   0 Comments

Color spaces of #aedf95

RGB 174223149
HSL0.280.540.73
HSV100°33°87°
CMYK 0.220.000.33   0.13
XYZ49.268163.943938.1795
Yxy63.94390.32540.4224
Hunter Lab79.9649-29.961027.6673
CIE-Lab83.9366-29.112831.2716

#aedf95 color RGB value is (174,223,149).

#aedf95 hex color red value is 174, green value is 223 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aedf95 hue: 0.28 , saturation: 0.54 and the lightness value of aedf95 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10010101
Octal 256 337 225
Decimal 174 223 149
Hex AE DF 95

RGB Percentages of Color #aedf95

%31.87
%40.84
%27.29

CMYK Percentages of Color #aedf95

%22
%0
%33
%13

Triadic Colors of #aedf95

#aedf95 #95aedf #df95ae

Analogous Colors of #aedf95

#aedf95 #95dfa1 #d3df95

Monochromatic Colors of #aedf95

#aedf95

Complementary Color

#aedf95 #c695df

#aedf95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf95 Color CSS Codes

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

#aedf95 Text Font Color

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

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


#aedf95 Background Color

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

This div background color is #aedf95


#aedf95 Border Color

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

This div border color is #aedf95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf95


Comments

No comments written yet.

Please login to write comment.