Color Hex Logo

#afe051 Color Hex

#AFE051
(175,224,81)
0 Favorites   0 Comments

Color spaces of #afe051

RGB 17522481
HSL0.220.700.60
HSV81°64°88°
CMYK 0.220.000.64   0.12
XYZ45.820163.019417.5336
Yxy63.01940.36260.4987
Hunter Lab79.3848-35.894942.4740
CIE-Lab83.4526-36.624062.6604

#afe051 color RGB value is (175,224,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01010001
Octal 257 340 121
Decimal 175 224 81
Hex AF E0 51

RGB Percentages of Color #afe051

%36.46
%46.67
%16.88

CMYK Percentages of Color #afe051

%22
%0
%64
%12

Triadic Colors of #afe051

#afe051 #51afe0 #e051af

Analogous Colors of #afe051

#afe051 #68e051 #e0ca51

Monochromatic Colors of #afe051

#afe051

Complementary Color

#afe051 #8251e0

#afe051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe051 Color CSS Codes

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

#afe051 Text Font Color

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

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


#afe051 Background Color

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

This div background color is #afe051


#afe051 Border Color

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

This div border color is #afe051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe051


Comments

No comments written yet.

Please login to write comment.