Color Hex Logo

#aed388 Color Hex

#AED388
(174,211,136)
0 Favorites   0 Comments

Color spaces of #aed388

RGB 174211136
HSL0.250.460.68
HSV90°36°83°
CMYK 0.180.000.36   0.17
XYZ45.193857.364831.9831
Yxy57.36480.33590.4264
Hunter Lab75.7396-26.033227.9809
CIE-Lab80.3843-25.193233.2314

#aed388 color RGB value is (174,211,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 10001000
Octal 256 323 210
Decimal 174 211 136
Hex AE D3 88

RGB Percentages of Color #aed388

%33.40
%40.50
%26.10

CMYK Percentages of Color #aed388

%18
%0
%36
%17

Triadic Colors of #aed388

#aed388 #88aed3 #d388ae

Analogous Colors of #aed388

#aed388 #89d388 #d3d388

Monochromatic Colors of #aed388

#aed388

Complementary Color

#aed388 #ad88d3

#aed388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed388 Color CSS Codes

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

#aed388 Text Font Color

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

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


#aed388 Background Color

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

This div background color is #aed388


#aed388 Border Color

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

This div border color is #aed388


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,211,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 #aed388">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed388


Comments

No comments written yet.

Please login to write comment.