Color Hex Logo

#aeea07 Color Hex

#AEEA07
(174,234,7)
0 Favorites   0 Comments

Color spaces of #aeea07

RGB 1742347
HSL0.210.940.47
HSV76°97°92°
CMYK 0.260.000.97   0.08
XYZ46.916767.859610.8265
Yxy67.85960.37350.5403
Hunter Lab82.3769-42.497349.8716
CIE-Lab85.9362-44.226283.0963

#aeea07 color RGB value is (174,234,7).

#aeea07 hex color red value is 174, green value is 234 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #aeea07 hue: 0.21 , saturation: 0.94 and the lightness value of aeea07 is 0.47.

The process color (four color CMYK) of #aeea07 color hex is 0.26, 0.00, 0.97, 0.08. Web safe color of #aeea07 is #99ff00. Color #aeea07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 00000111
Octal 256 352 7
Decimal 174 234 7
Hex AE EA 7

RGB Percentages of Color #aeea07

%41.93
%56.39
%1.69

CMYK Percentages of Color #aeea07

%26
%0
%97
%8

Triadic Colors of #aeea07

#aeea07 #07aeea #ea07ae

Analogous Colors of #aeea07

#aeea07 #3dea07 #eab507

Monochromatic Colors of #aeea07

#aeea07

Complementary Color

#aeea07 #4307ea

#aeea07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea07 Color CSS Codes

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

#aeea07 Text Font Color

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

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


#aeea07 Background Color

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

This div background color is #aeea07


#aeea07 Border Color

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

This div border color is #aeea07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea07


Comments

No comments written yet.

Please login to write comment.