Color Hex Logo

#47fdaa Color Hex

#47FDAA
(71,253,170)
0 Favorites   0 Comments

Color spaces of #47fdaa

RGB 71253170
HSL0.420.980.64
HSV153°72°99°
CMYK 0.720.000.33   0.01
XYZ44.979574.492450.0380
Yxy74.49240.26540.4395
Hunter Lab86.3090-58.016326.0427
CIE-Lab89.1547-63.614326.9619

#47fdaa color RGB value is (71,253,170).

#47fdaa hex color red value is 71, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #47fdaa hue: 0.42 , saturation: 0.98 and the lightness value of 47fdaa is 0.64.

The process color (four color CMYK) of #47fdaa color hex is 0.72, 0.00, 0.33, 0.01. Web safe color of #47fdaa is #33ff99. Color #47fdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111101 10101010
Octal 107 375 252
Decimal 71 253 170
Hex 47 FD AA

RGB Percentages of Color #47fdaa

%14.37
%51.21
%34.41

CMYK Percentages of Color #47fdaa

%72
%0
%33
%1

Triadic Colors of #47fdaa

#47fdaa #aa47fd #fdaa47

Analogous Colors of #47fdaa

#47fdaa #47f5fd #47fd4f

Monochromatic Colors of #47fdaa

#47fdaa

Complementary Color

#47fdaa #fd479a

#47fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fdaa Color CSS Codes

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

#47fdaa Text Font Color

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

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


#47fdaa Background Color

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

This div background color is #47fdaa


#47fdaa Border Color

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

This div border color is #47fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.