Color Hex Logo

#aef512 Color Hex

#AEF512
(174,245,18)
0 Favorites   0 Comments

Color spaces of #aef512

RGB 17424518
HSL0.220.920.52
HSV79°93°96°
CMYK 0.290.000.93   0.04
XYZ50.217174.347212.2760
Yxy74.34720.36700.5433
Hunter Lab86.2248-46.935551.9161
CIE-Lab89.0863-48.747684.5644

#aef512 color RGB value is (174,245,18).

#aef512 hex color red value is 174, green value is 245 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aef512 hue: 0.22 , saturation: 0.92 and the lightness value of aef512 is 0.52.

The process color (four color CMYK) of #aef512 color hex is 0.29, 0.00, 0.93, 0.04. Web safe color of #aef512 is #99ff00. Color #aef512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 00010010
Octal 256 365 22
Decimal 174 245 18
Hex AE F5 12

RGB Percentages of Color #aef512

%39.82
%56.06
%4.12

CMYK Percentages of Color #aef512

%29
%0
%93
%4

Triadic Colors of #aef512

#aef512 #12aef5 #f512ae

Analogous Colors of #aef512

#aef512 #3df512 #f5cb12

Monochromatic Colors of #aef512

#aef512

Complementary Color

#aef512 #5912f5

#aef512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef512 Color CSS Codes

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

#aef512 Text Font Color

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

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


#aef512 Background Color

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

This div background color is #aef512


#aef512 Border Color

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

This div border color is #aef512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef512


Comments

No comments written yet.

Please login to write comment.