Color Hex Logo

#afe702 Color Hex

#AFE702
(175,231,2)
0 Favorites   0 Comments

Color spaces of #afe702

RGB 1752312
HSL0.210.980.46
HSV75°99°91°
CMYK 0.240.000.99   0.09
XYZ46.266166.270210.4104
Yxy66.27020.37630.5390
Hunter Lab81.4065-41.013749.4025
CIE-Lab85.1341-42.603782.9158

#afe702 color RGB value is (175,231,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 00000010
Octal 257 347 2
Decimal 175 231 2
Hex AF E7 2

RGB Percentages of Color #afe702

%42.89
%56.62
%0.49

CMYK Percentages of Color #afe702

%24
%0
%99
%9

Triadic Colors of #afe702

#afe702 #02afe7 #e702af

Analogous Colors of #afe702

#afe702 #3de702 #e7ad02

Monochromatic Colors of #afe702

#afe702

Complementary Color

#afe702 #3a02e7

#afe702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe702 Color CSS Codes

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

#afe702 Text Font Color

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

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


#afe702 Background Color

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

This div background color is #afe702


#afe702 Border Color

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

This div border color is #afe702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe702


Comments

No comments written yet.

Please login to write comment.