Color Hex Logo

#aed06f Color Hex

#AED06F
(174,208,111)
0 Favorites   0 Comments

Color spaces of #aed06f

RGB 174208111
HSL0.230.510.63
HSV81°47°82°
CMYK 0.160.000.47   0.18
XYZ42.880755.258123.4448
Yxy55.25810.35270.4545
Hunter Lab74.3358-27.119733.3356
CIE-Lab79.1897-26.818944.2460

#aed06f color RGB value is (174,208,111).

#aed06f hex color red value is 174, green value is 208 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aed06f hue: 0.23 , saturation: 0.51 and the lightness value of aed06f is 0.63.

The process color (four color CMYK) of #aed06f color hex is 0.16, 0.00, 0.47, 0.18. Web safe color of #aed06f is #99cc66. Color #aed06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 01101111
Octal 256 320 157
Decimal 174 208 111
Hex AE D0 6F

RGB Percentages of Color #aed06f

%35.29
%42.19
%22.52

CMYK Percentages of Color #aed06f

%16
%0
%47
%18

Triadic Colors of #aed06f

#aed06f #6faed0 #d06fae

Analogous Colors of #aed06f

#aed06f #7ed06f #d0c26f

Monochromatic Colors of #aed06f

#aed06f

Complementary Color

#aed06f #916fd0

#aed06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed06f Color CSS Codes

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

#aed06f Text Font Color

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

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


#aed06f Background Color

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

This div background color is #aed06f


#aed06f Border Color

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

This div border color is #aed06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed06f


Comments

No comments written yet.

Please login to write comment.