Color Hex Logo

#47dfcd Color Hex

#47DFCD
(71,223,205)
0 Favorites   0 Comments

Color spaces of #47dfcd

RGB 71223205
HSL0.480.700.58
HSV173°68°87°
CMYK 0.680.000.08   0.13
XYZ40.005758.522766.9451
Yxy58.52270.24180.3537
Hunter Lab76.5001-40.52881.6655
CIE-Lab81.0285-43.5142-2.7749

#47dfcd color RGB value is (71,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011111 11001101
Octal 107 337 315
Decimal 71 223 205
Hex 47 DF CD

RGB Percentages of Color #47dfcd

%14.23
%44.69
%41.08

CMYK Percentages of Color #47dfcd

%68
%0
%8
%13

Triadic Colors of #47dfcd

#47dfcd #cd47df #dfcd47

Analogous Colors of #47dfcd

#47dfcd #47a5df #47df81

Monochromatic Colors of #47dfcd

#47dfcd

Complementary Color

#47dfcd #df4759

#47dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dfcd Color CSS Codes

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

#47dfcd Text Font Color

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

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


#47dfcd Background Color

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

This div background color is #47dfcd


#47dfcd Border Color

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

This div border color is #47dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dfcd


Comments

No comments written yet.

Please login to write comment.