Color Hex Logo

#aed566 Color Hex

#AED566
(174,213,102)
0 Favorites   0 Comments

Color spaces of #aed566

RGB 174213102
HSL0.230.570.62
HSV81°52°84°
CMYK 0.180.000.52   0.16
XYZ43.648157.546521.3775
Yxy57.54650.35610.4695
Hunter Lab75.8594-30.048436.3934
CIE-Lab80.4860-30.132350.1134

#aed566 color RGB value is (174,213,102).

#aed566 hex color red value is 174, green value is 213 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aed566 hue: 0.23 , saturation: 0.57 and the lightness value of aed566 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 01100110
Octal 256 325 146
Decimal 174 213 102
Hex AE D5 66

RGB Percentages of Color #aed566

%35.58
%43.56
%20.86

CMYK Percentages of Color #aed566

%18
%0
%52
%16

Triadic Colors of #aed566

#aed566 #66aed5 #d566ae

Analogous Colors of #aed566

#aed566 #77d566 #d5c566

Monochromatic Colors of #aed566

#aed566

Complementary Color

#aed566 #8d66d5

#aed566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed566 Color CSS Codes

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

#aed566 Text Font Color

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

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


#aed566 Background Color

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

This div background color is #aed566


#aed566 Border Color

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

This div border color is #aed566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed566


Comments

No comments written yet.

Please login to write comment.