Color Hex Logo

#47eaac Color Hex

#47EAAC
(71,234,172)
0 Favorites   0 Comments

Color spaces of #47eaac

RGB 71234172
HSL0.440.800.60
HSV157°70°92°
CMYK 0.700.000.26   0.08
XYZ39.467763.163849.1414
Yxy63.16380.26000.4162
Hunter Lab79.4757-50.439118.9728
CIE-Lab83.5285-55.977218.1889

#47eaac color RGB value is (71,234,172).

#47eaac hex color red value is 71, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #47eaac hue: 0.44 , saturation: 0.80 and the lightness value of 47eaac is 0.60.

The process color (four color CMYK) of #47eaac color hex is 0.70, 0.00, 0.26, 0.08. Web safe color of #47eaac is #33ff99. Color #47eaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101010 10101100
Octal 107 352 254
Decimal 71 234 172
Hex 47 EA AC

RGB Percentages of Color #47eaac

%14.88
%49.06
%36.06

CMYK Percentages of Color #47eaac

%70
%0
%26
%8

Triadic Colors of #47eaac

#47eaac #ac47ea #eaac47

Analogous Colors of #47eaac

#47eaac #47d7ea #47ea5b

Monochromatic Colors of #47eaac

#47eaac

Complementary Color

#47eaac #ea4785

#47eaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eaac Color CSS Codes

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

#47eaac Text Font Color

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

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


#47eaac Background Color

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

This div background color is #47eaac


#47eaac Border Color

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

This div border color is #47eaac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,234,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47eaac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47eaac;
  -webkit-box-shadow: 1px 1px 3px 2px #47eaac;
  box-shadow:         1px 1px 3px 2px #47eaac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eaac


Comments

No comments written yet.

Please login to write comment.