Color Hex Logo

#afe050 Color Hex

#AFE050
(175,224,80)
0 Favorites   0 Comments

Color spaces of #afe050

RGB 17522480
HSL0.220.700.60
HSV80°64°88°
CMYK 0.220.000.64   0.12
XYZ45.782863.004517.3375
Yxy63.00450.36300.4995
Hunter Lab79.3754-35.950242.6124
CIE-Lab83.4447-36.696663.0541

#afe050 color RGB value is (175,224,80).

#afe050 hex color red value is 175, green value is 224 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #afe050 hue: 0.22 , saturation: 0.70 and the lightness value of afe050 is 0.60.

The process color (four color CMYK) of #afe050 color hex is 0.22, 0.00, 0.64, 0.12. Web safe color of #afe050 is #99cc66. Color #afe050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01010000
Octal 257 340 120
Decimal 175 224 80
Hex AF E0 50

RGB Percentages of Color #afe050

%36.53
%46.76
%16.70

CMYK Percentages of Color #afe050

%22
%0
%64
%12

Triadic Colors of #afe050

#afe050 #50afe0 #e050af

Analogous Colors of #afe050

#afe050 #67e050 #e0c950

Monochromatic Colors of #afe050

#afe050

Complementary Color

#afe050 #8150e0

#afe050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe050 Color CSS Codes

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

#afe050 Text Font Color

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

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


#afe050 Background Color

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

This div background color is #afe050


#afe050 Border Color

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

This div border color is #afe050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe050


Comments

No comments written yet.

Please login to write comment.