Color Hex Logo

#47dfc9 Color Hex

#47DFC9
(71,223,201)
0 Favorites   0 Comments

Color spaces of #47dfc9

RGB 71223201
HSL0.480.700.58
HSV171°68°87°
CMYK 0.680.000.10   0.13
XYZ39.528858.332064.4342
Yxy58.33200.24360.3594
Hunter Lab76.3754-41.27263.4427
CIE-Lab80.9230-44.5544-0.8035

#47dfc9 color RGB value is (71,223,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011111 11001001
Octal 107 337 311
Decimal 71 223 201
Hex 47 DF C9

RGB Percentages of Color #47dfc9

%14.34
%45.05
%40.61

CMYK Percentages of Color #47dfc9

%68
%0
%10
%13

Triadic Colors of #47dfc9

#47dfc9 #c947df #dfc947

Analogous Colors of #47dfc9

#47dfc9 #47a9df #47df7d

Monochromatic Colors of #47dfc9

#47dfc9

Complementary Color

#47dfc9 #df475d

#47dfc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dfc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dfc9 Color CSS Codes

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

#47dfc9 Text Font Color

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

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


#47dfc9 Background Color

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

This div background color is #47dfc9


#47dfc9 Border Color

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

This div border color is #47dfc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dfc9


Comments

No comments written yet.

Please login to write comment.