Color Hex Logo

#afe910 Color Hex

#AFE910
(175,233,16)
0 Favorites   0 Comments

Color spaces of #afe910

RGB 17523316
HSL0.210.870.49
HSV76°93°91°
CMYK 0.250.000.93   0.09
XYZ46.911667.429211.0328
Yxy67.42920.37420.5378
Hunter Lab82.1153-41.726649.5146
CIE-Lab85.7202-43.309682.1391

#afe910 color RGB value is (175,233,16).

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

The process color (four color CMYK) of #afe910 color hex is 0.25, 0.00, 0.93, 0.09. Web safe color of #afe910 is #99ff00. Color #afe910 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 00010000
Octal 257 351 20
Decimal 175 233 16
Hex AF E9 10

RGB Percentages of Color #afe910

%41.27
%54.95
%3.77

CMYK Percentages of Color #afe910

%25
%0
%93
%9

Triadic Colors of #afe910

#afe910 #10afe9 #e910af

Analogous Colors of #afe910

#afe910 #43e910 #e9b710

Monochromatic Colors of #afe910

#afe910

Complementary Color

#afe910 #4a10e9

#afe910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe910 Color CSS Codes

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

#afe910 Text Font Color

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

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


#afe910 Background Color

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

This div background color is #afe910


#afe910 Border Color

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

This div border color is #afe910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe910


Comments

No comments written yet.

Please login to write comment.