Color Hex Logo

#aef13c Color Hex

#AEF13C
(174,241,60)
0 Favorites   0 Comments

Color spaces of #aef13c

RGB 17424160
HSL0.230.870.59
HSV82°75°95°
CMYK 0.280.000.75   0.05
XYZ49.726572.235515.5970
Yxy72.23550.36150.5251
Hunter Lab84.9915-44.298948.6136
CIE-Lab88.0818-45.738574.8052

#aef13c color RGB value is (174,241,60).

#aef13c hex color red value is 174, green value is 241 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aef13c hue: 0.23 , saturation: 0.87 and the lightness value of aef13c is 0.59.

The process color (four color CMYK) of #aef13c color hex is 0.28, 0.00, 0.75, 0.05. Web safe color of #aef13c is #99ff33. Color #aef13c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110001 00111100
Octal 256 361 74
Decimal 174 241 60
Hex AE F1 3C

RGB Percentages of Color #aef13c

%36.63
%50.74
%12.63

CMYK Percentages of Color #aef13c

%28
%0
%75
%5

Triadic Colors of #aef13c

#aef13c #3caef1 #f13cae

Analogous Colors of #aef13c

#aef13c #54f13c #f1da3c

Monochromatic Colors of #aef13c

#aef13c

Complementary Color

#aef13c #7f3cf1

#aef13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef13c Color CSS Codes

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

#aef13c Text Font Color

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

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


#aef13c Background Color

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

This div background color is #aef13c


#aef13c Border Color

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

This div border color is #aef13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef13c


Comments

No comments written yet.

Please login to write comment.