color codes Logo

#aeff11 color codes

#AEFF11
(174,255,17)
0 Favorites   0 Comments

Color spaces of #aeff11

RGB 17425517
HSL0.221.000.53
HSV80°93°100°
CMYK 0.320.000.93   0.00
XYZ53.316780.559113.2697
Yxy80.55910.36230.5475
Hunter Lab89.7547-51.037054.0626
CIE-Lab91.9351-52.876086.9365

#aeff11 color RGB value is (174,255,17).

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

The process color (four color CMYK) of #aeff11 color code is 0.32, 0.00, 0.93, 0.00. Web safe color of #aeff11 is #99ff00. Color #aeff11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 00010001
Octal 256 377 21
Decimal 174 255 17
Hex AE FF 11

RGB Percentages of Color #aeff11

%39.01
%57.17
%3.81

CMYK Percentages of Color #aeff11

%32
%0
%93
%0

Triadic Colors of #aeff11

#aeff11 #11aeff #ff11ae

Analogous Colors of #aeff11

#aeff11 #37ff11 #ffd911

Monochromatic Colors of #aeff11

#aeff11

Complementary Color

#aeff11 #6211ff

#aeff11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeff11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeff11 Color CSS Codes

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

#aeff11 Text Font Color

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

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


#aeff11 Background Color

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

This div background color is #aeff11


#aeff11 Border Color

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

This div border color is #aeff11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeff11

Related Colors


Comments

No comments written yet.

Please login to write comment.