Color Hex Logo

#aedc98 Color Hex

#AEDC98
(174,220,152)
0 Favorites   0 Comments

Color spaces of #aedc98

RGB 174220152
HSL0.280.490.73
HSV101°31°86°
CMYK 0.210.000.31   0.14
XYZ48.716362.452139.1926
Yxy62.45210.32400.4153
Hunter Lab79.0266-28.259625.9143
CIE-Lab83.1533-27.241728.6846

#aedc98 color RGB value is (174,220,152).

#aedc98 hex color red value is 174, green value is 220 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aedc98 hue: 0.28 , saturation: 0.49 and the lightness value of aedc98 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10011000
Octal 256 334 230
Decimal 174 220 152
Hex AE DC 98

RGB Percentages of Color #aedc98

%31.87
%40.29
%27.84

CMYK Percentages of Color #aedc98

%21
%0
%31
%14

Triadic Colors of #aedc98

#aedc98 #98aedc #dc98ae

Analogous Colors of #aedc98

#aedc98 #98dca4 #d0dc98

Monochromatic Colors of #aedc98

#aedc98

Complementary Color

#aedc98 #c698dc

#aedc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc98 Color CSS Codes

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

#aedc98 Text Font Color

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

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


#aedc98 Background Color

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

This div background color is #aedc98


#aedc98 Border Color

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

This div border color is #aedc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc98


Comments

No comments written yet.

Please login to write comment.