Color Hex Logo

#aeec74 Color Hex

#AEEC74
(174,236,116)
0 Favorites   0 Comments

Color spaces of #aeec74

RGB 174236116
HSL0.250.760.69
HSV91°51°93°
CMYK 0.260.000.51   0.07
XYZ50.603470.250527.4156
Yxy70.25050.34130.4738
Hunter Lab83.8156-38.908439.2775
CIE-Lab87.1196-39.236551.5004

#aeec74 color RGB value is (174,236,116).

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

The process color (four color CMYK) of #aeec74 color hex is 0.26, 0.00, 0.51, 0.07. Web safe color of #aeec74 is #99ff66. Color #aeec74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 01110100
Octal 256 354 164
Decimal 174 236 116
Hex AE EC 74

RGB Percentages of Color #aeec74

%33.08
%44.87
%22.05

CMYK Percentages of Color #aeec74

%26
%0
%51
%7

Triadic Colors of #aeec74

#aeec74 #74aeec #ec74ae

Analogous Colors of #aeec74

#aeec74 #74ec76 #eaec74

Monochromatic Colors of #aeec74

#aeec74

Complementary Color

#aeec74 #b274ec

#aeec74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeec74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeec74 Color CSS Codes

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

#aeec74 Text Font Color

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

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


#aeec74 Background Color

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

This div background color is #aeec74


#aeec74 Border Color

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

This div border color is #aeec74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeec74


Comments

No comments written yet.

Please login to write comment.