Color Hex Logo

#aee16b Color Hex

#AEE16B
(174,225,107)
0 Favorites   0 Comments

Color spaces of #aee16b

RGB 174225107
HSL0.240.660.65
HSV86°52°88°
CMYK 0.230.000.52   0.12
XYZ47.034663.910623.7669
Yxy63.91060.34910.4744
Hunter Lab79.9441-34.882938.3343
CIE-Lab83.9192-35.201551.8539

#aee16b color RGB value is (174,225,107).

#aee16b hex color red value is 174, green value is 225 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aee16b hue: 0.24 , saturation: 0.66 and the lightness value of aee16b is 0.65.

The process color (four color CMYK) of #aee16b color hex is 0.23, 0.00, 0.52, 0.12. Web safe color of #aee16b is #99cc66. Color #aee16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 01101011
Octal 256 341 153
Decimal 174 225 107
Hex AE E1 6B

RGB Percentages of Color #aee16b

%34.39
%44.47
%21.15

CMYK Percentages of Color #aee16b

%23
%0
%52
%12

Triadic Colors of #aee16b

#aee16b #6baee1 #e16bae

Analogous Colors of #aee16b

#aee16b #73e16b #e1d96b

Monochromatic Colors of #aee16b

#aee16b

Complementary Color

#aee16b #9e6be1

#aee16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee16b Color CSS Codes

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

#aee16b Text Font Color

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

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


#aee16b Background Color

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

This div background color is #aee16b


#aee16b Border Color

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

This div border color is #aee16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee16b


Comments

No comments written yet.

Please login to write comment.