Color Hex Logo

#aef72c Color Hex

#AEF72C
(174,247,44)
0 Favorites   0 Comments

Color spaces of #aef72c

RGB 17424744
HSL0.230.930.57
HSV82°82°97°
CMYK 0.300.000.82   0.03
XYZ51.170975.702014.2978
Yxy75.70200.36250.5362
Hunter Lab87.0069-47.281851.1617
CIE-Lab89.7208-48.939480.6212

#aef72c color RGB value is (174,247,44).

#aef72c hex color red value is 174, green value is 247 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aef72c hue: 0.23 , saturation: 0.93 and the lightness value of aef72c is 0.57.

The process color (four color CMYK) of #aef72c color hex is 0.30, 0.00, 0.82, 0.03. Web safe color of #aef72c is #99ff33. Color #aef72c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 00101100
Octal 256 367 54
Decimal 174 247 44
Hex AE F7 2C

RGB Percentages of Color #aef72c

%37.42
%53.12
%9.46

CMYK Percentages of Color #aef72c

%30
%0
%82
%3

Triadic Colors of #aef72c

#aef72c #2caef7 #f72cae

Analogous Colors of #aef72c

#aef72c #48f72c #f7db2c

Monochromatic Colors of #aef72c

#aef72c

Complementary Color

#aef72c #752cf7

#aef72c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef72c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef72c Color CSS Codes

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

#aef72c Text Font Color

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

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


#aef72c Background Color

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

This div background color is #aef72c


#aef72c Border Color

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

This div border color is #aef72c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef72c


Comments

No comments written yet.

Please login to write comment.