Color Hex Logo

#aee06b Color Hex

#AEE06B
(174,224,107)
0 Favorites   0 Comments

Color spaces of #aee06b

RGB 174224107
HSL0.240.650.65
HSV86°52°88°
CMYK 0.220.000.52   0.12
XYZ46.765163.371523.6771
Yxy63.37150.34950.4736
Hunter Lab79.6062-34.450138.0899
CIE-Lab83.6375-34.743951.5200

#aee06b color RGB value is (174,224,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 01101011
Octal 256 340 153
Decimal 174 224 107
Hex AE E0 6B

RGB Percentages of Color #aee06b

%34.46
%44.36
%21.19

CMYK Percentages of Color #aee06b

%22
%0
%52
%12

Triadic Colors of #aee06b

#aee06b #6baee0 #e06bae

Analogous Colors of #aee06b

#aee06b #74e06b #e0d86b

Monochromatic Colors of #aee06b

#aee06b

Complementary Color

#aee06b #9d6be0

#aee06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee06b Color CSS Codes

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

#aee06b Text Font Color

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

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


#aee06b Background Color

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

This div background color is #aee06b


#aee06b Border Color

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

This div border color is #aee06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee06b


Comments

No comments written yet.

Please login to write comment.