Color Hex Logo

#afe30b Color Hex

#AFE30B
(175,227,11)
0 Favorites   0 Comments

Color spaces of #afe30b

RGB 17522711
HSL0.210.910.47
HSV74°95°89°
CMYK 0.230.000.95   0.11
XYZ45.208764.076310.3018
Yxy64.07630.37800.5358
Hunter Lab80.0477-39.271648.4030
CIE-Lab84.0055-40.758781.2891

#afe30b color RGB value is (175,227,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 00001011
Octal 257 343 13
Decimal 175 227 11
Hex AF E3 B

RGB Percentages of Color #afe30b

%42.37
%54.96
%2.66

CMYK Percentages of Color #afe30b

%23
%0
%95
%11

Triadic Colors of #afe30b

#afe30b #0bafe3 #e30baf

Analogous Colors of #afe30b

#afe30b #43e30b #e3ab0b

Monochromatic Colors of #afe30b

#afe30b

Complementary Color

#afe30b #3f0be3

#afe30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe30b Color CSS Codes

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

#afe30b Text Font Color

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

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


#afe30b Background Color

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

This div background color is #afe30b


#afe30b Border Color

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

This div border color is #afe30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe30b


Comments

No comments written yet.

Please login to write comment.