Color Hex Logo

#aeea55 Color Hex

#AEEA55
(174,234,85)
0 Favorites   0 Comments

Color spaces of #aeea55

RGB 17423485
HSL0.230.780.63
HSV84°64°92°
CMYK 0.260.000.64   0.08
XYZ48.518168.500219.2590
Yxy68.50020.35600.5027
Hunter Lab82.7648-40.198944.1389
CIE-Lab86.2560-41.158764.0357

#aeea55 color RGB value is (174,234,85).

#aeea55 hex color red value is 174, green value is 234 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aeea55 hue: 0.23 , saturation: 0.78 and the lightness value of aeea55 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 01010101
Octal 256 352 125
Decimal 174 234 85
Hex AE EA 55

RGB Percentages of Color #aeea55

%35.29
%47.46
%17.24

CMYK Percentages of Color #aeea55

%26
%0
%64
%8

Triadic Colors of #aeea55

#aeea55 #55aeea #ea55ae

Analogous Colors of #aeea55

#aeea55 #64ea55 #eadc55

Monochromatic Colors of #aeea55

#aeea55

Complementary Color

#aeea55 #9155ea

#aeea55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea55 Color CSS Codes

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

#aeea55 Text Font Color

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

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


#aeea55 Background Color

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

This div background color is #aeea55


#aeea55 Border Color

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

This div border color is #aeea55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea55


Comments

No comments written yet.

Please login to write comment.