Color Hex Logo

#aff011 Color Hex

#AFF011
(175,240,17)
0 Favorites   0 Comments

Color spaces of #aff011

RGB 17524017
HSL0.220.880.50
HSV77°93°94°
CMYK 0.270.000.93   0.06
XYZ48.940571.474611.7469
Yxy71.47460.37030.5408
Hunter Lab84.5427-44.618650.9417
CIE-Lab87.7151-46.291883.6087

#aff011 color RGB value is (175,240,17).

#aff011 hex color red value is 175, green value is 240 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aff011 hue: 0.22 , saturation: 0.88 and the lightness value of aff011 is 0.50.

The process color (four color CMYK) of #aff011 color hex is 0.27, 0.00, 0.93, 0.06. Web safe color of #aff011 is #99ff00. Color #aff011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 00010001
Octal 257 360 21
Decimal 175 240 17
Hex AF F0 11

RGB Percentages of Color #aff011

%40.51
%55.56
%3.94

CMYK Percentages of Color #aff011

%27
%0
%93
%6

Triadic Colors of #aff011

#aff011 #11aff0 #f011af

Analogous Colors of #aff011

#aff011 #40f011 #f0c211

Monochromatic Colors of #aff011

#aff011

Complementary Color

#aff011 #5211f0

#aff011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff011 Color CSS Codes

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

#aff011 Text Font Color

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

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


#aff011 Background Color

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

This div background color is #aff011


#aff011 Border Color

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

This div border color is #aff011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff011


Comments

No comments written yet.

Please login to write comment.