Color Hex Logo

#aed386 Color Hex

#AED386
(174,211,134)
0 Favorites   0 Comments

Color spaces of #aed386

RGB 174211134
HSL0.250.470.68
HSV89°36°83°
CMYK 0.180.000.36   0.17
XYZ45.052957.308431.2414
Yxy57.30840.33720.4289
Hunter Lab75.7023-26.247928.5234
CIE-Lab80.3527-25.463034.2127

#aed386 color RGB value is (174,211,134).

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

The process color (four color CMYK) of #aed386 color hex is 0.18, 0.00, 0.36, 0.17. Web safe color of #aed386 is #99cc99. Color #aed386 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 10000110
Octal 256 323 206
Decimal 174 211 134
Hex AE D3 86

RGB Percentages of Color #aed386

%33.53
%40.66
%25.82

CMYK Percentages of Color #aed386

%18
%0
%36
%17

Triadic Colors of #aed386

#aed386 #86aed3 #d386ae

Analogous Colors of #aed386

#aed386 #88d386 #d3d286

Monochromatic Colors of #aed386

#aed386

Complementary Color

#aed386 #ab86d3

#aed386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed386 Color CSS Codes

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

#aed386 Text Font Color

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

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


#aed386 Background Color

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

This div background color is #aed386


#aed386 Border Color

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

This div border color is #aed386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed386


Comments

No comments written yet.

Please login to write comment.