Color Hex Logo

#aef572 Color Hex

#AEF572
(174,245,114)
0 Favorites   0 Comments

Color spaces of #aef572

RGB 174245114
HSL0.260.870.70
HSV93°53°96°
CMYK 0.290.000.53   0.04
XYZ53.145275.518427.6950
Yxy75.51840.33990.4830
Hunter Lab86.9013-42.914241.9355
CIE-Lab89.6353-43.405455.4102

#aef572 color RGB value is (174,245,114).

#aef572 hex color red value is 174, green value is 245 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aef572 hue: 0.26 , saturation: 0.87 and the lightness value of aef572 is 0.70.

The process color (four color CMYK) of #aef572 color hex is 0.29, 0.00, 0.53, 0.04. Web safe color of #aef572 is #99ff66. Color #aef572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 01110010
Octal 256 365 162
Decimal 174 245 114
Hex AE F5 72

RGB Percentages of Color #aef572

%32.65
%45.97
%21.39

CMYK Percentages of Color #aef572

%29
%0
%53
%4

Triadic Colors of #aef572

#aef572 #72aef5 #f572ae

Analogous Colors of #aef572

#aef572 #72f578 #f0f572

Monochromatic Colors of #aef572

#aef572

Complementary Color

#aef572 #b972f5

#aef572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef572 Color CSS Codes

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

#aef572 Text Font Color

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

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


#aef572 Background Color

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

This div background color is #aef572


#aef572 Border Color

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

This div border color is #aef572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef572


Comments

No comments written yet.

Please login to write comment.