Color Hex Logo

#47dacd Color Hex

#47DACD
(71,218,205)
0 Favorites   0 Comments

Color spaces of #47dacd

RGB 71218205
HSL0.490.670.57
HSV175°67°85°
CMYK 0.670.000.06   0.15
XYZ38.689455.890266.5063
Yxy55.89020.24020.3470
Hunter Lab74.7597-38.4529-0.4126
CIE-Lab79.5513-41.3024-4.9495

#47dacd color RGB value is (71,218,205).

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

The process color (four color CMYK) of #47dacd color hex is 0.67, 0.00, 0.06, 0.15. Web safe color of #47dacd is #33cccc. Color #47dacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011010 11001101
Octal 107 332 315
Decimal 71 218 205
Hex 47 DA CD

RGB Percentages of Color #47dacd

%14.37
%44.13
%41.50

CMYK Percentages of Color #47dacd

%67
%0
%6
%15

Triadic Colors of #47dacd

#47dacd #cd47da #dacd47

Analogous Colors of #47dacd

#47dacd #479eda #47da84

Monochromatic Colors of #47dacd

#47dacd

Complementary Color

#47dacd #da4754

#47dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dacd Color CSS Codes

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

#47dacd Text Font Color

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

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


#47dacd Background Color

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

This div background color is #47dacd


#47dacd Border Color

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

This div border color is #47dacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dacd


Comments

No comments written yet.

Please login to write comment.