Color Hex Logo

#afe510 Color Hex

#AFE510
(175,229,16)
0 Favorites   0 Comments

Color spaces of #afe510

RGB 17522916
HSL0.210.870.48
HSV75°93°90°
CMYK 0.240.000.93   0.10
XYZ45.792065.190010.6596
Yxy65.19000.37650.5359
Hunter Lab80.7403-40.059048.6906
CIE-Lab84.5815-41.570381.2392

#afe510 color RGB value is (175,229,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 00010000
Octal 257 345 20
Decimal 175 229 16
Hex AF E5 10

RGB Percentages of Color #afe510

%41.67
%54.52
%3.81

CMYK Percentages of Color #afe510

%24
%0
%93
%10

Triadic Colors of #afe510

#afe510 #10afe5 #e510af

Analogous Colors of #afe510

#afe510 #45e510 #e5b110

Monochromatic Colors of #afe510

#afe510

Complementary Color

#afe510 #4610e5

#afe510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe510 Color CSS Codes

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

#afe510 Text Font Color

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

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


#afe510 Background Color

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

This div background color is #afe510


#afe510 Border Color

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

This div border color is #afe510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe510


Comments

No comments written yet.

Please login to write comment.