Color Hex Logo

#47dcbb Color Hex

#47DCBB
(71,220,187)
0 Favorites   0 Comments

Color spaces of #47dcbb

RGB 71220187
HSL0.460.680.57
HSV167°68°86°
CMYK 0.680.000.15   0.14
XYZ37.161456.113855.8862
Yxy56.11380.24910.3762
Hunter Lab74.9091-42.53968.2029
CIE-Lab79.6785-46.79494.8310

#47dcbb color RGB value is (71,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011100 10111011
Octal 107 334 273
Decimal 71 220 187
Hex 47 DC BB

RGB Percentages of Color #47dcbb

%14.85
%46.03
%39.12

CMYK Percentages of Color #47dcbb

%68
%0
%15
%14

Triadic Colors of #47dcbb

#47dcbb #bb47dc #dcbb47

Analogous Colors of #47dcbb

#47dcbb #47b3dc #47dc71

Monochromatic Colors of #47dcbb

#47dcbb

Complementary Color

#47dcbb #dc4768

#47dcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dcbb Color CSS Codes

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

#47dcbb Text Font Color

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

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


#47dcbb Background Color

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

This div background color is #47dcbb


#47dcbb Border Color

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

This div border color is #47dcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dcbb


Comments

No comments written yet.

Please login to write comment.