Color Hex Logo

#aefb15 Color Hex

#AEFB15
(174,251,21)
0 Favorites   0 Comments

Color spaces of #aefb15

RGB 17425121
HSL0.220.970.53
HSV80°92°98°
CMYK 0.310.000.92   0.02
XYZ52.088178.047213.0287
Yxy78.04720.36380.5452
Hunter Lab88.3443-49.358453.0972
CIE-Lab90.8014-51.181485.5858

#aefb15 color RGB value is (174,251,21).

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

The process color (four color CMYK) of #aefb15 color hex is 0.31, 0.00, 0.92, 0.02. Web safe color of #aefb15 is #99ff00. Color #aefb15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 00010101
Octal 256 373 25
Decimal 174 251 21
Hex AE FB 15

RGB Percentages of Color #aefb15

%39.01
%56.28
%4.71

CMYK Percentages of Color #aefb15

%31
%0
%92
%2

Triadic Colors of #aefb15

#aefb15 #15aefb #fb15ae

Analogous Colors of #aefb15

#aefb15 #3bfb15 #fbd515

Monochromatic Colors of #aefb15

#aefb15

Complementary Color

#aefb15 #6215fb

#aefb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb15 Color CSS Codes

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

#aefb15 Text Font Color

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

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


#aefb15 Background Color

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

This div background color is #aefb15


#aefb15 Border Color

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

This div border color is #aefb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb15


Comments

No comments written yet.

Please login to write comment.