Color Hex Logo

#aed08f Color Hex

#AED08F
(174,208,143)
0 Favorites   0 Comments

Color spaces of #aed08f

RGB 174208143
HSL0.250.410.69
HSV91°31°82°
CMYK 0.160.000.31   0.18
XYZ44.969456.093634.4436
Yxy56.09360.33190.4140
Hunter Lab74.8957-23.891125.1602
CIE-Lab79.6671-22.748528.6693

#aed08f color RGB value is (174,208,143).

#aed08f hex color red value is 174, green value is 208 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aed08f hue: 0.25 , saturation: 0.41 and the lightness value of aed08f is 0.69.

The process color (four color CMYK) of #aed08f color hex is 0.16, 0.00, 0.31, 0.18. Web safe color of #aed08f is #99cc99. Color #aed08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 10001111
Octal 256 320 217
Decimal 174 208 143
Hex AE D0 8F

RGB Percentages of Color #aed08f

%33.14
%39.62
%27.24

CMYK Percentages of Color #aed08f

%16
%0
%31
%18

Triadic Colors of #aed08f

#aed08f #8faed0 #d08fae

Analogous Colors of #aed08f

#aed08f #8fd091 #cfd08f

Monochromatic Colors of #aed08f

#aed08f

Complementary Color

#aed08f #b18fd0

#aed08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed08f Color CSS Codes

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

#aed08f Text Font Color

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

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


#aed08f Background Color

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

This div background color is #aed08f


#aed08f Border Color

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

This div border color is #aed08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed08f


Comments

No comments written yet.

Please login to write comment.