Color Hex Logo

#aeea26 Color Hex

#AEEA26
(174,234,38)
0 Favorites   0 Comments

Color spaces of #aeea26

RGB 17423438
HSL0.220.820.53
HSV78°84°92°
CMYK 0.260.000.84   0.08
XYZ47.228267.984212.4668
Yxy67.98420.36990.5325
Hunter Lab82.4525-42.048548.7521
CIE-Lab85.9985-43.622378.7426

#aeea26 color RGB value is (174,234,38).

#aeea26 hex color red value is 174, green value is 234 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #aeea26 hue: 0.22 , saturation: 0.82 and the lightness value of aeea26 is 0.53.

The process color (four color CMYK) of #aeea26 color hex is 0.26, 0.00, 0.84, 0.08. Web safe color of #aeea26 is #99ff33. Color #aeea26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 00100110
Octal 256 352 46
Decimal 174 234 38
Hex AE EA 26

RGB Percentages of Color #aeea26

%39.01
%52.47
%8.52

CMYK Percentages of Color #aeea26

%26
%0
%84
%8

Triadic Colors of #aeea26

#aeea26 #26aeea #ea26ae

Analogous Colors of #aeea26

#aeea26 #4cea26 #eac426

Monochromatic Colors of #aeea26

#aeea26

Complementary Color

#aeea26 #6226ea

#aeea26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea26 Color CSS Codes

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

#aeea26 Text Font Color

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

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


#aeea26 Background Color

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

This div background color is #aeea26


#aeea26 Border Color

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

This div border color is #aeea26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea26


Comments

No comments written yet.

Please login to write comment.