Color Hex Logo

#aed282 Color Hex

#AED282
(174,210,130)
0 Favorites   0 Comments

Color spaces of #aed282

RGB 174210130
HSL0.240.470.67
HSV87°38°82°
CMYK 0.170.000.38   0.18
XYZ44.531456.703629.7169
Yxy56.70360.34010.4330
Hunter Lab75.3018-26.218229.3132
CIE-Lab80.0126-25.506935.8077

#aed282 color RGB value is (174,210,130).

#aed282 hex color red value is 174, green value is 210 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aed282 hue: 0.24 , saturation: 0.47 and the lightness value of aed282 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 10000010
Octal 256 322 202
Decimal 174 210 130
Hex AE D2 82

RGB Percentages of Color #aed282

%33.85
%40.86
%25.29

CMYK Percentages of Color #aed282

%17
%0
%38
%18

Triadic Colors of #aed282

#aed282 #82aed2 #d282ae

Analogous Colors of #aed282

#aed282 #86d282 #d2ce82

Monochromatic Colors of #aed282

#aed282

Complementary Color

#aed282 #a682d2

#aed282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed282 Color CSS Codes

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

#aed282 Text Font Color

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

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


#aed282 Background Color

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

This div background color is #aed282


#aed282 Border Color

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

This div border color is #aed282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed282


Comments

No comments written yet.

Please login to write comment.