Color Hex Logo

#aed184 Color Hex

#AED184
(174,209,132)
0 Favorites   0 Comments

Color spaces of #aed184

RGB 174209132
HSL0.240.460.67
HSV87°37°82°
CMYK 0.170.000.37   0.18
XYZ44.420956.265530.3489
Yxy56.26550.33900.4294
Hunter Lab75.0103-25.560928.5187
CIE-Lab79.7647-24.759834.4671

#aed184 color RGB value is (174,209,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10000100
Octal 256 321 204
Decimal 174 209 132
Hex AE D1 84

RGB Percentages of Color #aed184

%33.79
%40.58
%25.63

CMYK Percentages of Color #aed184

%17
%0
%37
%18

Triadic Colors of #aed184

#aed184 #84aed1 #d184ae

Analogous Colors of #aed184

#aed184 #88d184 #d1ce84

Monochromatic Colors of #aed184

#aed184

Complementary Color

#aed184 #a784d1

#aed184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed184 Color CSS Codes

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

#aed184 Text Font Color

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

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


#aed184 Background Color

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

This div background color is #aed184


#aed184 Border Color

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

This div border color is #aed184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed184


Comments

No comments written yet.

Please login to write comment.