Color Hex Logo

#aef532 Color Hex

#AEF532
(174,245,50)
0 Favorites   0 Comments

Color spaces of #aef532

RGB 17424550
HSL0.230.910.58
HSV82°80°96°
CMYK 0.290.000.80   0.04
XYZ50.683774.533814.7328
Yxy74.53380.36220.5326
Hunter Lab86.3330-46.290350.3152
CIE-Lab89.1742-47.878278.6581

#aef532 color RGB value is (174,245,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 00110010
Octal 256 365 62
Decimal 174 245 50
Hex AE F5 32

RGB Percentages of Color #aef532

%37.10
%52.24
%10.66

CMYK Percentages of Color #aef532

%29
%0
%80
%4

Triadic Colors of #aef532

#aef532 #32aef5 #f532ae

Analogous Colors of #aef532

#aef532 #4df532 #f5db32

Monochromatic Colors of #aef532

#aef532

Complementary Color

#aef532 #7932f5

#aef532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef532 Color CSS Codes

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

#aef532 Text Font Color

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

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


#aef532 Background Color

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

This div background color is #aef532


#aef532 Border Color

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

This div border color is #aef532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef532

Related Colors


Comments

No comments written yet.

Please login to write comment.