Color Hex Logo

#aed188 Color Hex

#AED188
(174,209,136)
0 Favorites   0 Comments

Color spaces of #aed188

RGB 174209136
HSL0.250.440.68
HSV89°35°82°
CMYK 0.170.000.35   0.18
XYZ44.700056.377231.8185
Yxy56.37720.33640.4242
Hunter Lab75.0848-25.132427.4341
CIE-Lab79.8280-24.221832.5007

#aed188 color RGB value is (174,209,136).

#aed188 hex color red value is 174, green value is 209 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aed188 hue: 0.25 , saturation: 0.44 and the lightness value of aed188 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10001000
Octal 256 321 210
Decimal 174 209 136
Hex AE D1 88

RGB Percentages of Color #aed188

%33.53
%40.27
%26.20

CMYK Percentages of Color #aed188

%17
%0
%35
%18

Triadic Colors of #aed188

#aed188 #88aed1 #d188ae

Analogous Colors of #aed188

#aed188 #8ad188 #d1d088

Monochromatic Colors of #aed188

#aed188

Complementary Color

#aed188 #ab88d1

#aed188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed188 Color CSS Codes

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

#aed188 Text Font Color

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

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


#aed188 Background Color

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

This div background color is #aed188


#aed188 Border Color

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

This div border color is #aed188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed188


Comments

No comments written yet.

Please login to write comment.