Color Hex Logo

#47daaa Color Hex

#47DAAA
(71,218,170)
0 Favorites   0 Comments

Color spaces of #47daaa

RGB 71218170
HSL0.450.670.57
HSV160°67°85°
CMYK 0.670.000.22   0.15
XYZ34.925654.384746.6867
Yxy54.38470.25680.3999
Hunter Lab73.7460-44.519114.0872
CIE-Lab78.6855-49.999112.4371

#47daaa color RGB value is (71,218,170).

#47daaa hex color red value is 71, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #47daaa hue: 0.45 , saturation: 0.67 and the lightness value of 47daaa is 0.57.

The process color (four color CMYK) of #47daaa color hex is 0.67, 0.00, 0.22, 0.15. Web safe color of #47daaa is #33cc99. Color #47daaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011010 10101010
Octal 107 332 252
Decimal 71 218 170
Hex 47 DA AA

RGB Percentages of Color #47daaa

%15.47
%47.49
%37.04

CMYK Percentages of Color #47daaa

%67
%0
%22
%15

Triadic Colors of #47daaa

#47daaa #aa47da #daaa47

Analogous Colors of #47daaa

#47daaa #47c1da #47da61

Monochromatic Colors of #47daaa

#47daaa

Complementary Color

#47daaa #da4777

#47daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#47daaa Color CSS Codes

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

#47daaa Text Font Color

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

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


#47daaa Background Color

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

This div background color is #47daaa


#47daaa Border Color

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

This div border color is #47daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47daaa


Comments

No comments written yet.

Please login to write comment.