Color Hex Logo

#47bcde Color Hex

#47BCDE
(71,188,222)
0 Favorites   0 Comments

Color spaces of #47bcde

RGB 71188222
HSL0.540.700.57
HSV194°68°87°
CMYK 0.680.150.00   0.13
XYZ33.766642.580075.5463
Yxy42.58000.22230.2803
Hunter Lab65.2534-21.8251-22.9650
CIE-Lab71.2690-22.0373-26.5938

#47bcde color RGB value is (71,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111100 11011110
Octal 107 274 336
Decimal 71 188 222
Hex 47 BC DE

RGB Percentages of Color #47bcde

%14.76
%39.09
%46.15

CMYK Percentages of Color #47bcde

%68
%15
%0
%13

Triadic Colors of #47bcde

#47bcde #de47bc #bcde47

Analogous Colors of #47bcde

#47bcde #4771de #47deb5

Monochromatic Colors of #47bcde

#47bcde

Complementary Color

#47bcde #de6947

#47bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bcde Color CSS Codes

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

#47bcde Text Font Color

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

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


#47bcde Background Color

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

This div background color is #47bcde


#47bcde Border Color

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

This div border color is #47bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bcde


Comments

No comments written yet.

Please login to write comment.