Color Hex Logo

#aedc92 Color Hex

#AEDC92
(174,220,146)
0 Favorites   0 Comments

Color spaces of #aedc92

RGB 174220146
HSL0.270.510.72
HSV97°34°86°
CMYK 0.210.000.34   0.14
XYZ48.237162.260436.6692
Yxy62.26040.32780.4231
Hunter Lab78.9053-28.961927.6802
CIE-Lab83.0517-28.120331.6308

#aedc92 color RGB value is (174,220,146).

#aedc92 hex color red value is 174, green value is 220 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aedc92 hue: 0.27 , saturation: 0.51 and the lightness value of aedc92 is 0.72.

The process color (four color CMYK) of #aedc92 color hex is 0.21, 0.00, 0.34, 0.14. Web safe color of #aedc92 is #99cc99. Color #aedc92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10010010
Octal 256 334 222
Decimal 174 220 146
Hex AE DC 92

RGB Percentages of Color #aedc92

%32.22
%40.74
%27.04

CMYK Percentages of Color #aedc92

%21
%0
%34
%14

Triadic Colors of #aedc92

#aedc92 #92aedc #dc92ae

Analogous Colors of #aedc92

#aedc92 #92dc9b #d3dc92

Monochromatic Colors of #aedc92

#aedc92

Complementary Color

#aedc92 #c092dc

#aedc92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc92 Color CSS Codes

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

#aedc92 Text Font Color

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

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


#aedc92 Background Color

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

This div background color is #aedc92


#aedc92 Border Color

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

This div border color is #aedc92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc92


Comments

No comments written yet.

Please login to write comment.