Color Hex Logo

#47dcbc Color Hex

#47DCBC
(71,220,188)
0 Favorites   0 Comments

Color spaces of #47dcbc

RGB 71220188
HSL0.460.680.57
HSV167°68°86°
CMYK 0.680.000.15   0.14
XYZ37.268856.156856.4520
Yxy56.15680.24870.3747
Hunter Lab74.9378-42.36797.7923
CIE-Lab79.7030-46.54834.3345

#47dcbc color RGB value is (71,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011100 10111100
Octal 107 334 274
Decimal 71 220 188
Hex 47 DC BC

RGB Percentages of Color #47dcbc

%14.82
%45.93
%39.25

CMYK Percentages of Color #47dcbc

%68
%0
%15
%14

Triadic Colors of #47dcbc

#47dcbc #bc47dc #dcbc47

Analogous Colors of #47dcbc

#47dcbc #47b2dc #47dc72

Monochromatic Colors of #47dcbc

#47dcbc

Complementary Color

#47dcbc #dc4767

#47dcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dcbc Color CSS Codes

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

#47dcbc Text Font Color

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

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


#47dcbc Background Color

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

This div background color is #47dcbc


#47dcbc Border Color

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

This div border color is #47dcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dcbc


Comments

No comments written yet.

Please login to write comment.