Color Hex Logo

#aef315 Color Hex

#AEF315
(174,243,21)
0 Favorites   0 Comments

Color spaces of #aef315

RGB 17424321
HSL0.220.900.52
HSV79°91°95°
CMYK 0.280.000.91   0.05
XYZ49.641573.154012.2132
Yxy73.15400.36770.5418
Hunter Lab85.5301-46.076751.4048
CIE-Lab88.5211-47.861783.7549

#aef315 color RGB value is (174,243,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 00010101
Octal 256 363 25
Decimal 174 243 21
Hex AE F3 15

RGB Percentages of Color #aef315

%39.73
%55.48
%4.79

CMYK Percentages of Color #aef315

%28
%0
%91
%5

Triadic Colors of #aef315

#aef315 #15aef3 #f315ae

Analogous Colors of #aef315

#aef315 #3ff315 #f3c915

Monochromatic Colors of #aef315

#aef315

Complementary Color

#aef315 #5a15f3

#aef315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef315 Color CSS Codes

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

#aef315 Text Font Color

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

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


#aef315 Background Color

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

This div background color is #aef315


#aef315 Border Color

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

This div border color is #aef315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef315


Comments

No comments written yet.

Please login to write comment.