Color Hex Logo

#47ddcd Color Hex

#47DDCD
(71,221,205)
0 Favorites   0 Comments

Color spaces of #47ddcd

RGB 71221205
HSL0.480.690.57
HSV174°68°87°
CMYK 0.680.000.07   0.13
XYZ39.474457.460366.7680
Yxy57.46030.24110.3510
Hunter Lab75.8026-39.70010.8383
CIE-Lab80.4378-42.6342-3.6433

#47ddcd color RGB value is (71,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011101 11001101
Octal 107 335 315
Decimal 71 221 205
Hex 47 DD CD

RGB Percentages of Color #47ddcd

%14.29
%44.47
%41.25

CMYK Percentages of Color #47ddcd

%68
%0
%7
%13

Triadic Colors of #47ddcd

#47ddcd #cd47dd #ddcd47

Analogous Colors of #47ddcd

#47ddcd #47a2dd #47dd82

Monochromatic Colors of #47ddcd

#47ddcd

Complementary Color

#47ddcd #dd4757

#47ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ddcd Color CSS Codes

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

#47ddcd Text Font Color

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

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


#47ddcd Background Color

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

This div background color is #47ddcd


#47ddcd Border Color

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

This div border color is #47ddcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,221,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 #47ddcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ddcd


Comments

No comments written yet.

Please login to write comment.