Color Hex Logo

#aede7b Color Hex

#AEDE7B
(174,222,123)
0 Favorites   0 Comments

Color spaces of #aede7b

RGB 174222123
HSL0.250.600.68
HSV89°45°87°
CMYK 0.220.000.45   0.13
XYZ47.152062.671328.3505
Yxy62.67130.34130.4536
Hunter Lab79.1652-32.221834.1828
CIE-Lab83.2691-32.070743.4421

#aede7b color RGB value is (174,222,123).

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

The process color (four color CMYK) of #aede7b color hex is 0.22, 0.00, 0.45, 0.13. Web safe color of #aede7b is #99cc66. Color #aede7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 01111011
Octal 256 336 173
Decimal 174 222 123
Hex AE DE 7B

RGB Percentages of Color #aede7b

%33.53
%42.77
%23.70

CMYK Percentages of Color #aede7b

%22
%0
%45
%13

Triadic Colors of #aede7b

#aede7b #7baede #de7bae

Analogous Colors of #aede7b

#aede7b #7dde7b #dedd7b

Monochromatic Colors of #aede7b

#aede7b

Complementary Color

#aede7b #ab7bde

#aede7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aede7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aede7b Color CSS Codes

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

#aede7b Text Font Color

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

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


#aede7b Background Color

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

This div background color is #aede7b


#aede7b Border Color

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

This div border color is #aede7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aede7b


Comments

No comments written yet.

Please login to write comment.