Color Hex Logo

#aed683 Color Hex

#AED683
(174,214,131)
0 Favorites   0 Comments

Color spaces of #aed683

RGB 174214131
HSL0.250.500.68
HSV89°39°84°
CMYK 0.190.000.39   0.16
XYZ45.598958.730530.4055
Yxy58.73050.33840.4359
Hunter Lab76.6358-27.903830.1216
CIE-Lab81.1432-27.301836.7627

#aed683 color RGB value is (174,214,131).

#aed683 hex color red value is 174, green value is 214 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aed683 hue: 0.25 , saturation: 0.50 and the lightness value of aed683 is 0.68.

The process color (four color CMYK) of #aed683 color hex is 0.19, 0.00, 0.39, 0.16. Web safe color of #aed683 is #99cc99. Color #aed683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 10000011
Octal 256 326 203
Decimal 174 214 131
Hex AE D6 83

RGB Percentages of Color #aed683

%33.53
%41.23
%25.24

CMYK Percentages of Color #aed683

%19
%0
%39
%16

Triadic Colors of #aed683

#aed683 #83aed6 #d683ae

Analogous Colors of #aed683

#aed683 #85d683 #d6d583

Monochromatic Colors of #aed683

#aed683

Complementary Color

#aed683 #ab83d6

#aed683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed683 Color CSS Codes

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

#aed683 Text Font Color

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

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


#aed683 Background Color

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

This div background color is #aed683


#aed683 Border Color

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

This div border color is #aed683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed683


Comments

No comments written yet.

Please login to write comment.