Color Hex Logo

#aee134 Color Hex

#AEE134
(174,225,52)
0 Favorites   0 Comments

Color spaces of #aee134

RGB 17422552
HSL0.220.740.54
HSV78°77°88°
CMYK 0.230.000.77   0.12
XYZ45.000663.097013.0560
Yxy63.09700.37140.5208
Hunter Lab79.4336-37.885345.8584
CIE-Lab83.4934-39.151272.9169

#aee134 color RGB value is (174,225,52).

#aee134 hex color red value is 174, green value is 225 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #aee134 hue: 0.22 , saturation: 0.74 and the lightness value of aee134 is 0.54.

The process color (four color CMYK) of #aee134 color hex is 0.23, 0.00, 0.77, 0.12. Web safe color of #aee134 is #99cc33. Color #aee134 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 00110100
Octal 256 341 64
Decimal 174 225 52
Hex AE E1 34

RGB Percentages of Color #aee134

%38.58
%49.89
%11.53

CMYK Percentages of Color #aee134

%23
%0
%77
%12

Triadic Colors of #aee134

#aee134 #34aee1 #e134ae

Analogous Colors of #aee134

#aee134 #57e134 #e1be34

Monochromatic Colors of #aee134

#aee134

Complementary Color

#aee134 #6734e1

#aee134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee134 Color CSS Codes

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

#aee134 Text Font Color

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

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


#aee134 Background Color

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

This div background color is #aee134


#aee134 Border Color

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

This div border color is #aee134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee134


Comments

No comments written yet.

Please login to write comment.