Color Hex Logo

#aee066 Color Hex

#AEE066
(174,224,102)
0 Favorites   0 Comments

Color spaces of #aee066

RGB 174224102
HSL0.230.660.64
HSV85°54°88°
CMYK 0.220.000.54   0.12
XYZ46.509563.269322.3313
Yxy63.26930.35210.4789
Hunter Lab79.5420-34.826739.0338
CIE-Lab83.5839-35.233453.7508

#aee066 color RGB value is (174,224,102).

#aee066 hex color red value is 174, green value is 224 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aee066 hue: 0.23 , saturation: 0.66 and the lightness value of aee066 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 01100110
Octal 256 340 146
Decimal 174 224 102
Hex AE E0 66

RGB Percentages of Color #aee066

%34.80
%44.80
%20.40

CMYK Percentages of Color #aee066

%22
%0
%54
%12

Triadic Colors of #aee066

#aee066 #66aee0 #e066ae

Analogous Colors of #aee066

#aee066 #71e066 #e0d566

Monochromatic Colors of #aee066

#aee066

Complementary Color

#aee066 #9866e0

#aee066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee066 Color CSS Codes

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

#aee066 Text Font Color

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

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


#aee066 Background Color

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

This div background color is #aee066


#aee066 Border Color

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

This div border color is #aee066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee066


Comments

No comments written yet.

Please login to write comment.