Color Hex Logo

#aed087 Color Hex

#AED087
(174,208,135)
0 Favorites   0 Comments

Color spaces of #aed087

RGB 174208135
HSL0.240.440.67
HSV88°35°82°
CMYK 0.160.000.35   0.18
XYZ44.384655.859731.3644
Yxy55.85970.33720.4244
Hunter Lab74.7393-24.790127.4365
CIE-Lab79.5339-23.870832.6280

#aed087 color RGB value is (174,208,135).

#aed087 hex color red value is 174, green value is 208 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #aed087 hue: 0.24 , saturation: 0.44 and the lightness value of aed087 is 0.67.

The process color (four color CMYK) of #aed087 color hex is 0.16, 0.00, 0.35, 0.18. Web safe color of #aed087 is #99cc99. Color #aed087 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 10000111
Octal 256 320 207
Decimal 174 208 135
Hex AE D0 87

RGB Percentages of Color #aed087

%33.66
%40.23
%26.11

CMYK Percentages of Color #aed087

%16
%0
%35
%18

Triadic Colors of #aed087

#aed087 #87aed0 #d087ae

Analogous Colors of #aed087

#aed087 #8ad087 #d0ce87

Monochromatic Colors of #aed087

#aed087

Complementary Color

#aed087 #a987d0

#aed087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed087 Color CSS Codes

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

#aed087 Text Font Color

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

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


#aed087 Background Color

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

This div background color is #aed087


#aed087 Border Color

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

This div border color is #aed087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed087


Comments

No comments written yet.

Please login to write comment.