Color Hex Logo

#aef526 Color Hex

#AEF526
(174,245,38)
0 Favorites   0 Comments

Color spaces of #aef526

RGB 17424538
HSL0.220.910.55
HSV81°84°96°
CMYK 0.290.000.84   0.04
XYZ50.457874.443413.5433
Yxy74.44340.36450.5377
Hunter Lab86.2806-46.602351.0898
CIE-Lab89.1316-48.298181.4260

#aef526 color RGB value is (174,245,38).

#aef526 hex color red value is 174, green value is 245 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #aef526 hue: 0.22 , saturation: 0.91 and the lightness value of aef526 is 0.55.

The process color (four color CMYK) of #aef526 color hex is 0.29, 0.00, 0.84, 0.04. Web safe color of #aef526 is #99ff33. Color #aef526 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 00100110
Octal 256 365 46
Decimal 174 245 38
Hex AE F5 26

RGB Percentages of Color #aef526

%38.07
%53.61
%8.32

CMYK Percentages of Color #aef526

%29
%0
%84
%4

Triadic Colors of #aef526

#aef526 #26aef5 #f526ae

Analogous Colors of #aef526

#aef526 #47f526 #f5d526

Monochromatic Colors of #aef526

#aef526

Complementary Color

#aef526 #6d26f5

#aef526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef526 Color CSS Codes

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

#aef526 Text Font Color

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

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


#aef526 Background Color

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

This div background color is #aef526


#aef526 Border Color

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

This div border color is #aef526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef526

Related Colors


Comments

No comments written yet.

Please login to write comment.