color codes Logo

#aeec35 color codes

#AEEC35
(174,236,53)
0 Favorites   0 Comments

Color spaces of #aeec35

RGB 17423653
HSL0.220.830.57
HSV80°78°93°
CMYK 0.260.000.78   0.07
XYZ48.093669.246614.1993
Yxy69.24660.36560.5264
Hunter Lab83.2145-42.461948.1332
CIE-Lab86.6260-43.922775.5194

#aeec35 color RGB value is (174,236,53).

#aeec35 hex color red value is 174, green value is 236 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #aeec35 hue: 0.22 , saturation: 0.83 and the lightness value of aeec35 is 0.57.

The process color (four color CMYK) of #aeec35 color code is 0.26, 0.00, 0.78, 0.07. Web safe color of #aeec35 is #99ff33. Color #aeec35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 00110101
Octal 256 354 65
Decimal 174 236 53
Hex AE EC 35

RGB Percentages of Color #aeec35

%37.58
%50.97
%11.45

CMYK Percentages of Color #aeec35

%26
%0
%78
%7

Triadic Colors of #aeec35

#aeec35 #35aeec #ec35ae

Analogous Colors of #aeec35

#aeec35 #53ec35 #eccf35

Monochromatic Colors of #aeec35

#aeec35

Complementary Color

#aeec35 #7335ec

#aeec35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeec35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeec35 Color CSS Codes

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

#aeec35 Text Font Color

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

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


#aeec35 Background Color

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

This div background color is #aeec35


#aeec35 Border Color

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

This div border color is #aeec35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeec35


Comments

No comments written yet.

Please login to write comment.