Color Hex Logo

#afe311 Color Hex

#AFE311
(175,227,17)
0 Favorites   0 Comments

Color spaces of #afe311

RGB 17522717
HSL0.210.860.48
HSV75°93°89°
CMYK 0.230.000.93   0.11
XYZ45.249564.092610.5165
Yxy64.09260.37750.5347
Hunter Lab80.0579-39.211348.2521
CIE-Lab84.0140-40.677980.6750

#afe311 color RGB value is (175,227,17).

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

The process color (four color CMYK) of #afe311 color hex is 0.23, 0.00, 0.93, 0.11. Web safe color of #afe311 is #99cc00. Color #afe311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 00010001
Octal 257 343 21
Decimal 175 227 17
Hex AF E3 11

RGB Percentages of Color #afe311

%41.77
%54.18
%4.06

CMYK Percentages of Color #afe311

%23
%0
%93
%11

Triadic Colors of #afe311

#afe311 #11afe3 #e311af

Analogous Colors of #afe311

#afe311 #46e311 #e3ae11

Monochromatic Colors of #afe311

#afe311

Complementary Color

#afe311 #4511e3

#afe311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe311 Color CSS Codes

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

#afe311 Text Font Color

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

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


#afe311 Background Color

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

This div background color is #afe311


#afe311 Border Color

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

This div border color is #afe311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe311


Comments

No comments written yet.

Please login to write comment.