Color Hex Logo

#afff07 Color Hex

#AFFF07
(175,255,7)
0 Favorites   0 Comments

Color spaces of #afff07

RGB 1752557
HSL0.221.000.51
HSV79°97°100°
CMYK 0.310.000.97   0.00
XYZ53.477580.649312.9493
Yxy80.64930.36360.5484
Hunter Lab89.8050-50.864654.3142
CIE-Lab91.9754-52.635487.8105

#afff07 color RGB value is (175,255,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 00000111
Octal 257 377 7
Decimal 175 255 7
Hex AF FF 7

RGB Percentages of Color #afff07

%40.05
%58.35
%1.60

CMYK Percentages of Color #afff07

%31
%0
%97
%0

Triadic Colors of #afff07

#afff07 #07afff #ff07af

Analogous Colors of #afff07

#afff07 #33ff07 #ffd307

Monochromatic Colors of #afff07

#afff07

Complementary Color

#afff07 #5707ff

#afff07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afff07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afff07 Color CSS Codes

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

#afff07 Text Font Color

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

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


#afff07 Background Color

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

This div background color is #afff07


#afff07 Border Color

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

This div border color is #afff07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afff07


Comments

No comments written yet.

Please login to write comment.