Color Hex Logo

#47dfaa Color Hex

#47DFAA
(71,223,170)
0 Favorites   0 Comments

Color spaces of #47dfaa

RGB 71223170
HSL0.440.700.58
HSV159°68°87°
CMYK 0.680.000.24   0.13
XYZ36.241957.017247.1255
Yxy57.01720.25820.4061
Hunter Lab75.5097-46.468615.8540
CIE-Lab80.1893-52.037014.5588

#47dfaa color RGB value is (71,223,170).

#47dfaa hex color red value is 71, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #47dfaa hue: 0.44 , saturation: 0.70 and the lightness value of 47dfaa is 0.58.

The process color (four color CMYK) of #47dfaa color hex is 0.68, 0.00, 0.24, 0.13. Web safe color of #47dfaa is #33cc99. Color #47dfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011111 10101010
Octal 107 337 252
Decimal 71 223 170
Hex 47 DF AA

RGB Percentages of Color #47dfaa

%15.30
%48.06
%36.64

CMYK Percentages of Color #47dfaa

%68
%0
%24
%13

Triadic Colors of #47dfaa

#47dfaa #aa47df #dfaa47

Analogous Colors of #47dfaa

#47dfaa #47c8df #47df5e

Monochromatic Colors of #47dfaa

#47dfaa

Complementary Color

#47dfaa #df477c

#47dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dfaa Color CSS Codes

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

#47dfaa Text Font Color

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

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


#47dfaa Background Color

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

This div background color is #47dfaa


#47dfaa Border Color

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

This div border color is #47dfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,223,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 #47dfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dfaa


Comments

No comments written yet.

Please login to write comment.