Color Hex Logo

#47dbdc Color Hex

#47DBDC
(71,219,220)
0 Favorites   0 Comments

Color spaces of #47dbdc

RGB 71219220
HSL0.500.680.57
HSV180°68°86°
CMYK 0.680.000.00   0.14
XYZ40.848357.169976.5921
Yxy57.16990.23390.3274
Hunter Lab75.6108-35.8852-7.1320
CIE-Lab80.2751-37.6540-11.8793

#47dbdc color RGB value is (71,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011011 11011100
Octal 107 333 334
Decimal 71 219 220
Hex 47 DB DC

RGB Percentages of Color #47dbdc

%13.92
%42.94
%43.14

CMYK Percentages of Color #47dbdc

%68
%0
%0
%14

Triadic Colors of #47dbdc

#47dbdc #dc47db #dbdc47

Analogous Colors of #47dbdc

#47dbdc #4791dc #47dc93

Monochromatic Colors of #47dbdc

#47dbdc

Complementary Color

#47dbdc #dc4847

#47dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dbdc Color CSS Codes

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

#47dbdc Text Font Color

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

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


#47dbdc Background Color

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

This div background color is #47dbdc


#47dbdc Border Color

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

This div border color is #47dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dbdc


Comments

No comments written yet.

Please login to write comment.