Color Hex Logo

#aef215 Color Hex

#AEF215
(174,242,21)
0 Favorites   0 Comments

Color spaces of #aef215

RGB 17424221
HSL0.220.890.52
HSV78°91°95°
CMYK 0.280.000.91   0.05
XYZ49.343072.557112.1137
Yxy72.55710.36820.5414
Hunter Lab85.1805-45.665051.1946
CIE-Lab88.2361-47.441783.5261

#aef215 color RGB value is (174,242,21).

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

The process color (four color CMYK) of #aef215 color hex is 0.28, 0.00, 0.91, 0.05. Web safe color of #aef215 is #99ff00. Color #aef215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 00010101
Octal 256 362 25
Decimal 174 242 21
Hex AE F2 15

RGB Percentages of Color #aef215

%39.82
%55.38
%4.81

CMYK Percentages of Color #aef215

%28
%0
%91
%5

Triadic Colors of #aef215

#aef215 #15aef2 #f215ae

Analogous Colors of #aef215

#aef215 #40f215 #f2c815

Monochromatic Colors of #aef215

#aef215

Complementary Color

#aef215 #5915f2

#aef215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef215 Color CSS Codes

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

#aef215 Text Font Color

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

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


#aef215 Background Color

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

This div background color is #aef215


#aef215 Border Color

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

This div border color is #aef215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef215


Comments

No comments written yet.

Please login to write comment.