Color Hex Logo

#aed072 Color Hex

#AED072
(174,208,114)
0 Favorites   0 Comments

Color spaces of #aed072

RGB 174208114
HSL0.230.500.63
HSV82°45°82°
CMYK 0.160.000.45   0.18
XYZ43.048755.325324.3295
Yxy55.32530.35080.4509
Hunter Lab74.3810-26.858132.6733
CIE-Lab79.2283-26.485042.8233

#aed072 color RGB value is (174,208,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 01110010
Octal 256 320 162
Decimal 174 208 114
Hex AE D0 72

RGB Percentages of Color #aed072

%35.08
%41.94
%22.98

CMYK Percentages of Color #aed072

%16
%0
%45
%18

Triadic Colors of #aed072

#aed072 #72aed0 #d072ae

Analogous Colors of #aed072

#aed072 #7fd072 #d0c372

Monochromatic Colors of #aed072

#aed072

Complementary Color

#aed072 #9472d0

#aed072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed072 Color CSS Codes

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

#aed072 Text Font Color

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

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


#aed072 Background Color

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

This div background color is #aed072


#aed072 Border Color

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

This div border color is #aed072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed072


Comments

No comments written yet.

Please login to write comment.