Color Hex Logo

#47bce0 Color Hex

#47BCE0
(71,188,224)
0 Favorites   0 Comments

Color spaces of #47bce0

RGB 71188224
HSL0.540.710.58
HSV194°68°88°
CMYK 0.680.160.00   0.12
XYZ34.036342.687976.9667
Yxy42.68790.22150.2778
Hunter Lab65.3360-21.3497-24.1093
CIE-Lab71.3426-21.4145-27.5696

#47bce0 color RGB value is (71,188,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111100 11100000
Octal 107 274 340
Decimal 71 188 224
Hex 47 BC E0

RGB Percentages of Color #47bce0

%14.70
%38.92
%46.38

CMYK Percentages of Color #47bce0

%68
%16
%0
%12

Triadic Colors of #47bce0

#47bce0 #e047bc #bce047

Analogous Colors of #47bce0

#47bce0 #4770e0 #47e0b8

Monochromatic Colors of #47bce0

#47bce0

Complementary Color

#47bce0 #e06b47

#47bce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bce0 Color CSS Codes

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

#47bce0 Text Font Color

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

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


#47bce0 Background Color

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

This div background color is #47bce0


#47bce0 Border Color

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

This div border color is #47bce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bce0


Comments

No comments written yet.

Please login to write comment.