Color Hex Logo

#afe047 Color Hex

#AFE047
(175,224,71)
0 Favorites   0 Comments

Color spaces of #afe047

RGB 17522471
HSL0.220.710.58
HSV79°68°88°
CMYK 0.220.000.68   0.12
XYZ45.472262.880215.7017
Yxy62.88020.36660.5069
Hunter Lab79.2970-36.410543.7678
CIE-Lab83.3793-37.302966.4637

#afe047 color RGB value is (175,224,71).

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

The process color (four color CMYK) of #afe047 color hex is 0.22, 0.00, 0.68, 0.12. Web safe color of #afe047 is #99cc33. Color #afe047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01000111
Octal 257 340 107
Decimal 175 224 71
Hex AF E0 47

RGB Percentages of Color #afe047

%37.23
%47.66
%15.11

CMYK Percentages of Color #afe047

%22
%0
%68
%12

Triadic Colors of #afe047

#afe047 #47afe0 #e047af

Analogous Colors of #afe047

#afe047 #62e047 #e0c547

Monochromatic Colors of #afe047

#afe047

Complementary Color

#afe047 #7847e0

#afe047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe047 Color CSS Codes

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

#afe047 Text Font Color

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

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


#afe047 Background Color

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

This div background color is #afe047


#afe047 Border Color

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

This div border color is #afe047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe047


Comments

No comments written yet.

Please login to write comment.