Color Hex Logo

#47eaaa Color Hex

#47EAAA
(71,234,170)
0 Favorites   0 Comments

Color spaces of #47eaaa

RGB 71234170
HSL0.430.800.60
HSV156°70°92°
CMYK 0.700.000.27   0.08
XYZ39.277163.087548.1372
Yxy63.08750.26100.4192
Hunter Lab79.4276-50.729819.6666
CIE-Lab83.4884-56.405919.1720

#47eaaa color RGB value is (71,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101010 10101010
Octal 107 352 252
Decimal 71 234 170
Hex 47 EA AA

RGB Percentages of Color #47eaaa

%14.95
%49.26
%35.79

CMYK Percentages of Color #47eaaa

%70
%0
%27
%8

Triadic Colors of #47eaaa

#47eaaa #aa47ea #eaaa47

Analogous Colors of #47eaaa

#47eaaa #47d9ea #47ea59

Monochromatic Colors of #47eaaa

#47eaaa

Complementary Color

#47eaaa #ea4787

#47eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eaaa Color CSS Codes

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

#47eaaa Text Font Color

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

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


#47eaaa Background Color

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

This div background color is #47eaaa


#47eaaa Border Color

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

This div border color is #47eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eaaa


Comments

No comments written yet.

Please login to write comment.