Color Hex Logo

#aeea68 Color Hex

#AEEA68
(174,234,104)
0 Favorites   0 Comments

Color spaces of #aeea68

RGB 174234104
HSL0.240.760.66
HSV88°56°92°
CMYK 0.260.000.56   0.08
XYZ49.377168.843823.7824
Yxy68.84380.34770.4848
Hunter Lab82.9722-38.975241.0862
CIE-Lab86.4266-39.550056.1509

#aeea68 color RGB value is (174,234,104).

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

The process color (four color CMYK) of #aeea68 color hex is 0.26, 0.00, 0.56, 0.08. Web safe color of #aeea68 is #99ff66. Color #aeea68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 01101000
Octal 256 352 150
Decimal 174 234 104
Hex AE EA 68

RGB Percentages of Color #aeea68

%33.98
%45.70
%20.31

CMYK Percentages of Color #aeea68

%26
%0
%56
%8

Triadic Colors of #aeea68

#aeea68 #68aeea #ea68ae

Analogous Colors of #aeea68

#aeea68 #6dea68 #eae568

Monochromatic Colors of #aeea68

#aeea68

Complementary Color

#aeea68 #a468ea

#aeea68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea68 Color CSS Codes

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

#aeea68 Text Font Color

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

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


#aeea68 Background Color

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

This div background color is #aeea68


#aeea68 Border Color

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

This div border color is #aeea68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea68


Comments

No comments written yet.

Please login to write comment.