Color Hex Logo

#afe707 Color Hex

#AFE707
(175,231,7)
0 Favorites   0 Comments

Color spaces of #afe707

RGB 1752317
HSL0.210.940.47
HSV75°97°91°
CMYK 0.240.000.97   0.09
XYZ46.293566.281110.5546
Yxy66.28110.37600.5383
Hunter Lab81.4132-40.973749.3027
CIE-Lab85.1396-42.550082.5051

#afe707 color RGB value is (175,231,7).

#afe707 hex color red value is 175, green value is 231 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #afe707 hue: 0.21 , saturation: 0.94 and the lightness value of afe707 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 00000111
Octal 257 347 7
Decimal 175 231 7
Hex AF E7 7

RGB Percentages of Color #afe707

%42.37
%55.93
%1.69

CMYK Percentages of Color #afe707

%24
%0
%97
%9

Triadic Colors of #afe707

#afe707 #07afe7 #e707af

Analogous Colors of #afe707

#afe707 #3fe707 #e7af07

Monochromatic Colors of #afe707

#afe707

Complementary Color

#afe707 #3f07e7

#afe707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe707 Color CSS Codes

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

#afe707 Text Font Color

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

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


#afe707 Background Color

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

This div background color is #afe707


#afe707 Border Color

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

This div border color is #afe707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe707


Comments

No comments written yet.

Please login to write comment.