Color Hex Logo

#aed070 Color Hex

#AED070
(174,208,112)
0 Favorites   0 Comments

Color spaces of #aed070

RGB 174208112
HSL0.230.510.63
HSV81°46°82°
CMYK 0.160.000.46   0.18
XYZ42.936155.280323.7364
Yxy55.28030.35210.4533
Hunter Lab74.3507-27.033533.1172
CIE-Lab79.2024-26.708743.7731

#aed070 color RGB value is (174,208,112).

#aed070 hex color red value is 174, green value is 208 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aed070 hue: 0.23 , saturation: 0.51 and the lightness value of aed070 is 0.63.

The process color (four color CMYK) of #aed070 color hex is 0.16, 0.00, 0.46, 0.18. Web safe color of #aed070 is #99cc66. Color #aed070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 01110000
Octal 256 320 160
Decimal 174 208 112
Hex AE D0 70

RGB Percentages of Color #aed070

%35.22
%42.11
%22.67

CMYK Percentages of Color #aed070

%16
%0
%46
%18

Triadic Colors of #aed070

#aed070 #70aed0 #d070ae

Analogous Colors of #aed070

#aed070 #7ed070 #d0c270

Monochromatic Colors of #aed070

#aed070

Complementary Color

#aed070 #9270d0

#aed070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed070 Color CSS Codes

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

#aed070 Text Font Color

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

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


#aed070 Background Color

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

This div background color is #aed070


#aed070 Border Color

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

This div border color is #aed070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed070


Comments

No comments written yet.

Please login to write comment.