Color Hex Logo

#aeea17 Color Hex

#AEEA17
(174,234,23)
0 Favorites   0 Comments

Color spaces of #aeea17

RGB 17423423
HSL0.210.830.50
HSV77°90°92°
CMYK 0.260.000.90   0.08
XYZ47.033067.906211.4389
Yxy67.90620.37220.5373
Hunter Lab82.4052-42.329849.4534
CIE-Lab85.9595-44.000581.4214

#aeea17 color RGB value is (174,234,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 00010111
Octal 256 352 27
Decimal 174 234 23
Hex AE EA 17

RGB Percentages of Color #aeea17

%40.37
%54.29
%5.34

CMYK Percentages of Color #aeea17

%26
%0
%90
%8

Triadic Colors of #aeea17

#aeea17 #17aeea #ea17ae

Analogous Colors of #aeea17

#aeea17 #45ea17 #eabd17

Monochromatic Colors of #aeea17

#aeea17

Complementary Color

#aeea17 #5317ea

#aeea17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea17 Color CSS Codes

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

#aeea17 Text Font Color

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

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


#aeea17 Background Color

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

This div background color is #aeea17


#aeea17 Border Color

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

This div border color is #aeea17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea17


Comments

No comments written yet.

Please login to write comment.