Color Hex Logo

#afe502 Color Hex

#AFE502
(175,229,2)
0 Favorites   0 Comments

Color spaces of #afe502

RGB 1752292
HSL0.210.980.45
HSV74°99°90°
CMYK 0.240.000.99   0.10
XYZ45.709565.157010.2248
Yxy65.15700.37750.5381
Hunter Lab80.7199-40.180148.9936
CIE-Lab84.5646-41.732782.4807

#afe502 color RGB value is (175,229,2).

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

The process color (four color CMYK) of #afe502 color hex is 0.24, 0.00, 0.99, 0.10. Web safe color of #afe502 is #99cc00. Color #afe502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 00000010
Octal 257 345 2
Decimal 175 229 2
Hex AF E5 2

RGB Percentages of Color #afe502

%43.10
%56.40
%0.49

CMYK Percentages of Color #afe502

%24
%0
%99
%10

Triadic Colors of #afe502

#afe502 #02afe5 #e502af

Analogous Colors of #afe502

#afe502 #3de502 #e5aa02

Monochromatic Colors of #afe502

#afe502

Complementary Color

#afe502 #3802e5

#afe502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe502 Color CSS Codes

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

#afe502 Text Font Color

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

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


#afe502 Background Color

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

This div background color is #afe502


#afe502 Border Color

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

This div border color is #afe502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe502


Comments

No comments written yet.

Please login to write comment.