Color Hex Logo

#aefe72 Color Hex

#AEFE72
(174,254,114)
0 Favorites   0 Comments

Color spaces of #aefe72

RGB 174254114
HSL0.260.990.72
HSV94°55°100°
CMYK 0.310.000.55   0.00
XYZ55.934681.097228.6249
Yxy81.09720.33770.4895
Hunter Lab90.0540-46.724044.1916
CIE-Lab92.1749-47.268058.3862

#aefe72 color RGB value is (174,254,114).

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

The process color (four color CMYK) of #aefe72 color hex is 0.31, 0.00, 0.55, 0.00. Web safe color of #aefe72 is #99ff66. Color #aefe72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 01110010
Octal 256 376 162
Decimal 174 254 114
Hex AE FE 72

RGB Percentages of Color #aefe72

%32.10
%46.86
%21.03

CMYK Percentages of Color #aefe72

%31
%0
%55
%0

Triadic Colors of #aefe72

#aefe72 #72aefe #fe72ae

Analogous Colors of #aefe72

#aefe72 #72fe7c #f4fe72

Monochromatic Colors of #aefe72

#aefe72

Complementary Color

#aefe72 #c272fe

#aefe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe72 Color CSS Codes

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

#aefe72 Text Font Color

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

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


#aefe72 Background Color

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

This div background color is #aefe72


#aefe72 Border Color

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

This div border color is #aefe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe72

Related Colors


Comments

No comments written yet.

Please login to write comment.