Color Hex Logo

#47d7dc Color Hex

#47D7DC
(71,215,220)
0 Favorites   0 Comments

Color spaces of #47d7dc

RGB 71215220
HSL0.510.680.57
HSV182°68°86°
CMYK 0.680.020.00   0.14
XYZ39.817255.107876.2484
Yxy55.10780.23260.3219
Hunter Lab74.2346-34.1686-8.9341
CIE-Lab79.1033-35.8054-13.6331

#47d7dc color RGB value is (71,215,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11010111 11011100
Octal 107 327 334
Decimal 71 215 220
Hex 47 D7 DC

RGB Percentages of Color #47d7dc

%14.03
%42.49
%43.48

CMYK Percentages of Color #47d7dc

%68
%2
%0
%14

Triadic Colors of #47d7dc

#47d7dc #dc47d7 #d7dc47

Analogous Colors of #47d7dc

#47d7dc #478ddc #47dc97

Monochromatic Colors of #47d7dc

#47d7dc

Complementary Color

#47d7dc #dc4c47

#47d7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47d7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47d7dc Color CSS Codes

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

#47d7dc Text Font Color

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

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


#47d7dc Background Color

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

This div background color is #47d7dc


#47d7dc Border Color

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

This div border color is #47d7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47d7dc


Comments

No comments written yet.

Please login to write comment.