Color Hex Logo

#aeeb49 Color Hex

#AEEB49
(174,235,73)
0 Favorites   0 Comments

Color spaces of #aeeb49

RGB 17423573
HSL0.230.800.60
HSV83°69°92°
CMYK 0.260.000.69   0.08
XYZ48.366568.896417.0525
Yxy68.89640.36010.5129
Hunter Lab83.0039-41.244545.9220
CIE-Lab86.4527-42.423568.8375

#aeeb49 color RGB value is (174,235,73).

#aeeb49 hex color red value is 174, green value is 235 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aeeb49 hue: 0.23 , saturation: 0.80 and the lightness value of aeeb49 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 01001001
Octal 256 353 111
Decimal 174 235 73
Hex AE EB 49

RGB Percentages of Color #aeeb49

%36.10
%48.76
%15.15

CMYK Percentages of Color #aeeb49

%26
%0
%69
%8

Triadic Colors of #aeeb49

#aeeb49 #49aeeb #eb49ae

Analogous Colors of #aeeb49

#aeeb49 #5deb49 #ebd749

Monochromatic Colors of #aeeb49

#aeeb49

Complementary Color

#aeeb49 #8649eb

#aeeb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeb49 Color CSS Codes

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

#aeeb49 Text Font Color

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

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


#aeeb49 Background Color

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

This div background color is #aeeb49


#aeeb49 Border Color

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

This div border color is #aeeb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeb49


Comments

No comments written yet.

Please login to write comment.