Color Hex Logo

#47ccdc Color Hex

#47CCDC
(71,204,220)
0 Favorites   0 Comments

Color spaces of #47ccdc

RGB 71204220
HSL0.520.680.57
HSV186°68°86°
CMYK 0.680.070.00   0.14
XYZ37.109749.692675.3459
Yxy49.69260.22890.3065
Hunter Lab70.4930-29.3948-14.0266
CIE-Lab75.8802-30.5923-18.4867

#47ccdc color RGB value is (71,204,220).

#47ccdc hex color red value is 71, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #47ccdc hue: 0.52 , saturation: 0.68 and the lightness value of 47ccdc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001100 11011100
Octal 107 314 334
Decimal 71 204 220
Hex 47 CC DC

RGB Percentages of Color #47ccdc

%14.34
%41.21
%44.44

CMYK Percentages of Color #47ccdc

%68
%7
%0
%14

Triadic Colors of #47ccdc

#47ccdc #dc47cc #ccdc47

Analogous Colors of #47ccdc

#47ccdc #4782dc #47dca2

Monochromatic Colors of #47ccdc

#47ccdc

Complementary Color

#47ccdc #dc5747

#47ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ccdc Color CSS Codes

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

#47ccdc Text Font Color

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

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


#47ccdc Background Color

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

This div background color is #47ccdc


#47ccdc Border Color

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

This div border color is #47ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ccdc


Comments

No comments written yet.

Please login to write comment.