Color Hex Logo

#47dfcc Color Hex

#47DFCC
(71,223,204)
0 Favorites   0 Comments

Color spaces of #47dfcc

RGB 71223204
HSL0.480.700.58
HSV173°68°87°
CMYK 0.680.000.09   0.13
XYZ39.885358.474666.3113
Yxy58.47460.24220.3551
Hunter Lab76.4687-40.71642.1136
CIE-Lab81.0019-43.7759-2.2824

#47dfcc color RGB value is (71,223,204).

#47dfcc hex color red value is 71, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #47dfcc hue: 0.48 , saturation: 0.70 and the lightness value of 47dfcc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011111 11001100
Octal 107 337 314
Decimal 71 223 204
Hex 47 DF CC

RGB Percentages of Color #47dfcc

%14.26
%44.78
%40.96

CMYK Percentages of Color #47dfcc

%68
%0
%9
%13

Triadic Colors of #47dfcc

#47dfcc #cc47df #dfcc47

Analogous Colors of #47dfcc

#47dfcc #47a6df #47df80

Monochromatic Colors of #47dfcc

#47dfcc

Complementary Color

#47dfcc #df475a

#47dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dfcc Color CSS Codes

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

#47dfcc Text Font Color

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

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


#47dfcc Background Color

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

This div background color is #47dfcc


#47dfcc Border Color

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

This div border color is #47dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dfcc


Comments

No comments written yet.

Please login to write comment.