Color Hex Logo

#47dca7 Color Hex

#47DCA7
(71,220,167)
0 Favorites   0 Comments

Color spaces of #47dca7

RGB 71220167
HSL0.440.680.57
HSV159°68°86°
CMYK 0.680.000.24   0.14
XYZ35.166855.316045.3828
Yxy55.31600.25880.4071
Hunter Lab74.3747-45.755115.8841
CIE-Lab79.2229-51.493014.7810

#47dca7 color RGB value is (71,220,167).

#47dca7 hex color red value is 71, green value is 220 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #47dca7 hue: 0.44 , saturation: 0.68 and the lightness value of 47dca7 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011100 10100111
Octal 107 334 247
Decimal 71 220 167
Hex 47 DC A7

RGB Percentages of Color #47dca7

%15.50
%48.03
%36.46

CMYK Percentages of Color #47dca7

%68
%0
%24
%14

Triadic Colors of #47dca7

#47dca7 #a747dc #dca747

Analogous Colors of #47dca7

#47dca7 #47c7dc #47dc5d

Monochromatic Colors of #47dca7

#47dca7

Complementary Color

#47dca7 #dc477c

#47dca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dca7 Color CSS Codes

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

#47dca7 Text Font Color

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

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


#47dca7 Background Color

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

This div background color is #47dca7


#47dca7 Border Color

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

This div border color is #47dca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dca7


Comments

No comments written yet.

Please login to write comment.