Color Hex Logo

#aed366 Color Hex

#AED366
(174,211,102)
0 Favorites   0 Comments

Color spaces of #aed366

RGB 174211102
HSL0.220.550.61
HSV80°52°83°
CMYK 0.180.000.52   0.17
XYZ43.148156.546521.2108
Yxy56.54650.35690.4677
Hunter Lab75.1974-29.172635.9144
CIE-Lab79.9238-29.187849.4471

#aed366 color RGB value is (174,211,102).

#aed366 hex color red value is 174, green value is 211 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aed366 hue: 0.22 , saturation: 0.55 and the lightness value of aed366 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 01100110
Octal 256 323 146
Decimal 174 211 102
Hex AE D3 66

RGB Percentages of Color #aed366

%35.73
%43.33
%20.94

CMYK Percentages of Color #aed366

%18
%0
%52
%17

Triadic Colors of #aed366

#aed366 #66aed3 #d366ae

Analogous Colors of #aed366

#aed366 #78d366 #d3c266

Monochromatic Colors of #aed366

#aed366

Complementary Color

#aed366 #8b66d3

#aed366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed366 Color CSS Codes

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

#aed366 Text Font Color

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

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


#aed366 Background Color

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

This div background color is #aed366


#aed366 Border Color

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

This div border color is #aed366


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,211,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 #aed366">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed366


Comments

No comments written yet.

Please login to write comment.