Color Hex Logo

#afef47 Color Hex

#AFEF47
(175,239,71)
0 Favorites   0 Comments

Color spaces of #afef47

RGB 17523971
HSL0.230.840.61
HSV83°70°94°
CMYK 0.270.000.70   0.06
XYZ49.683071.301917.1053
Yxy71.30190.35980.5163
Hunter Lab84.4405-42.745147.0978
CIE-Lab87.6315-43.914970.7587

#afef47 color RGB value is (175,239,71).

#afef47 hex color red value is 175, green value is 239 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #afef47 hue: 0.23 , saturation: 0.84 and the lightness value of afef47 is 0.61.

The process color (four color CMYK) of #afef47 color hex is 0.27, 0.00, 0.70, 0.06. Web safe color of #afef47 is #99ff33. Color #afef47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 01000111
Octal 257 357 107
Decimal 175 239 71
Hex AF EF 47

RGB Percentages of Color #afef47

%36.08
%49.28
%14.64

CMYK Percentages of Color #afef47

%27
%0
%70
%6

Triadic Colors of #afef47

#afef47 #47afef #ef47af

Analogous Colors of #afef47

#afef47 #5bef47 #efdb47

Monochromatic Colors of #afef47

#afef47

Complementary Color

#afef47 #8747ef

#afef47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef47 Color CSS Codes

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

#afef47 Text Font Color

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

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


#afef47 Background Color

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

This div background color is #afef47


#afef47 Border Color

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

This div border color is #afef47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,239,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 #afef47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef47


Comments

No comments written yet.

Please login to write comment.