Color Hex Logo

#47bcdb Color Hex

#47BCDB
(71,188,219)
0 Favorites   0 Comments

Color spaces of #47bcdb

RGB 71188219
HSL0.530.670.57
HSV193°68°86°
CMYK 0.680.140.00   0.14
XYZ33.367942.420573.4471
Yxy42.42050.22360.2843
Hunter Lab65.1310-22.5302-21.2686
CIE-Lab71.1599-22.9663-25.1265

#47bcdb color RGB value is (71,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111100 11011011
Octal 107 274 333
Decimal 71 188 219
Hex 47 BC DB

RGB Percentages of Color #47bcdb

%14.85
%39.33
%45.82

CMYK Percentages of Color #47bcdb

%68
%14
%0
%14

Triadic Colors of #47bcdb

#47bcdb #db47bc #bcdb47

Analogous Colors of #47bcdb

#47bcdb #4772db #47dbb0

Monochromatic Colors of #47bcdb

#47bcdb

Complementary Color

#47bcdb #db6647

#47bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bcdb Color CSS Codes

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

#47bcdb Text Font Color

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

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


#47bcdb Background Color

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

This div background color is #47bcdb


#47bcdb Border Color

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

This div border color is #47bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bcdb


Comments

No comments written yet.

Please login to write comment.