Color Hex Logo

#aaec34 Color Hex

#AAEC34
(170,236,52)
0 Favorites   0 Comments

Color spaces of #aaec34

RGB 17023652
HSL0.230.830.56
HSV82°78°93°
CMYK 0.280.000.78   0.07
XYZ47.192868.784914.0383
Yxy68.78490.36300.5290
Hunter Lab82.9367-43.568748.0199
CIE-Lab86.3974-45.440675.5100

#aaec34 color RGB value is (170,236,52).

#aaec34 hex color red value is 170, green value is 236 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #aaec34 hue: 0.23 , saturation: 0.83 and the lightness value of aaec34 is 0.56.

The process color (four color CMYK) of #aaec34 color hex is 0.28, 0.00, 0.78, 0.07. Web safe color of #aaec34 is #99ff33. Color #aaec34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 00110100
Octal 252 354 64
Decimal 170 236 52
Hex AA EC 34

RGB Percentages of Color #aaec34

%37.12
%51.53
%11.35

CMYK Percentages of Color #aaec34

%28
%0
%78
%7

Triadic Colors of #aaec34

#aaec34 #34aaec #ec34aa

Analogous Colors of #aaec34

#aaec34 #4eec34 #ecd234

Monochromatic Colors of #aaec34

#aaec34

Complementary Color

#aaec34 #7634ec

#aaec34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaec34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaec34 Color CSS Codes

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

#aaec34 Text Font Color

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

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


#aaec34 Background Color

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

This div background color is #aaec34


#aaec34 Border Color

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

This div border color is #aaec34


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,236,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 #aaec34">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaec34


Comments

No comments written yet.

Please login to write comment.