Color Hex Logo

#aee674 Color Hex

#AEE674
(174,230,116)
0 Favorites   0 Comments

Color spaces of #aee674

RGB 174230116
HSL0.250.700.68
HSV89°50°90°
CMYK 0.240.000.50   0.10
XYZ48.904866.853326.8494
Yxy66.85330.34290.4688
Hunter Lab81.7639-36.321937.7652
CIE-Lab85.4298-36.538949.4624

#aee674 color RGB value is (174,230,116).

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

The process color (four color CMYK) of #aee674 color hex is 0.24, 0.00, 0.50, 0.10. Web safe color of #aee674 is #99ff66. Color #aee674 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 01110100
Octal 256 346 164
Decimal 174 230 116
Hex AE E6 74

RGB Percentages of Color #aee674

%33.46
%44.23
%22.31

CMYK Percentages of Color #aee674

%24
%0
%50
%10

Triadic Colors of #aee674

#aee674 #74aee6 #e674ae

Analogous Colors of #aee674

#aee674 #75e674 #e6e574

Monochromatic Colors of #aee674

#aee674

Complementary Color

#aee674 #ac74e6

#aee674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee674 Color CSS Codes

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

#aee674 Text Font Color

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

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


#aee674 Background Color

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

This div background color is #aee674


#aee674 Border Color

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

This div border color is #aee674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee674


Comments

No comments written yet.

Please login to write comment.