Color Hex Logo

#aed083 Color Hex

#AED083
(174,208,131)
0 Favorites   0 Comments

Color spaces of #aed083

RGB 174208131
HSL0.240.450.66
HSV86°37°82°
CMYK 0.160.000.37   0.18
XYZ44.108255.749129.9086
Yxy55.74910.33990.4296
Hunter Lab74.6653-25.216228.5160
CIE-Lab79.4708-24.405734.5953

#aed083 color RGB value is (174,208,131).

#aed083 hex color red value is 174, green value is 208 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aed083 hue: 0.24 , saturation: 0.45 and the lightness value of aed083 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 10000011
Octal 256 320 203
Decimal 174 208 131
Hex AE D0 83

RGB Percentages of Color #aed083

%33.92
%40.55
%25.54

CMYK Percentages of Color #aed083

%16
%0
%37
%18

Triadic Colors of #aed083

#aed083 #83aed0 #d083ae

Analogous Colors of #aed083

#aed083 #88d083 #d0cc83

Monochromatic Colors of #aed083

#aed083

Complementary Color

#aed083 #a583d0

#aed083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed083 Color CSS Codes

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

#aed083 Text Font Color

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

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


#aed083 Background Color

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

This div background color is #aed083


#aed083 Border Color

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

This div border color is #aed083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed083


Comments

No comments written yet.

Please login to write comment.