Color Hex Logo

#47dcac Color Hex

#47DCAC
(71,220,172)
0 Favorites   0 Comments

Color spaces of #47dcac

RGB 71220172
HSL0.450.680.57
HSV161°68°86°
CMYK 0.680.000.22   0.14
XYZ35.638155.504547.8649
Yxy55.50450.25640.3993
Hunter Lab74.5013-44.991014.0589
CIE-Lab79.3310-50.362312.2918

#47dcac color RGB value is (71,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011100 10101100
Octal 107 334 254
Decimal 71 220 172
Hex 47 DC AC

RGB Percentages of Color #47dcac

%15.33
%47.52
%37.15

CMYK Percentages of Color #47dcac

%68
%0
%22
%14

Triadic Colors of #47dcac

#47dcac #ac47dc #dcac47

Analogous Colors of #47dcac

#47dcac #47c2dc #47dc62

Monochromatic Colors of #47dcac

#47dcac

Complementary Color

#47dcac #dc4777

#47dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dcac Color CSS Codes

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

#47dcac Text Font Color

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

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


#47dcac Background Color

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

This div background color is #47dcac


#47dcac Border Color

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

This div border color is #47dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dcac


Comments

No comments written yet.

Please login to write comment.