Color Hex Logo

#aed191 Color Hex

#AED191
(174,209,145)
0 Favorites   0 Comments

Color spaces of #aed191

RGB 174209145
HSL0.260.410.69
HSV93°31°82°
CMYK 0.170.000.31   0.18
XYZ45.366956.643935.3303
Yxy56.64390.33030.4124
Hunter Lab75.2621-24.111624.8510
CIE-Lab79.9789-22.948028.0474

#aed191 color RGB value is (174,209,145).

#aed191 hex color red value is 174, green value is 209 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aed191 hue: 0.26 , saturation: 0.41 and the lightness value of aed191 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10010001
Octal 256 321 221
Decimal 174 209 145
Hex AE D1 91

RGB Percentages of Color #aed191

%32.95
%39.58
%27.46

CMYK Percentages of Color #aed191

%17
%0
%31
%18

Triadic Colors of #aed191

#aed191 #91aed1 #d191ae

Analogous Colors of #aed191

#aed191 #91d194 #ced191

Monochromatic Colors of #aed191

#aed191

Complementary Color

#aed191 #b491d1

#aed191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed191 Color CSS Codes

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

#aed191 Text Font Color

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

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


#aed191 Background Color

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

This div background color is #aed191


#aed191 Border Color

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

This div border color is #aed191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed191


Comments

No comments written yet.

Please login to write comment.