Color Hex Logo

#47bafc Color Hex

#47BAFC
(71,186,252)
0 Favorites   0 Comments

Color spaces of #47bafc

RGB 71186252
HSL0.560.970.63
HSV202°72°99°
CMYK 0.720.260.00   0.01
XYZ37.728143.485798.5006
Yxy43.48570.20990.2420
Hunter Lab65.9437-13.2770-42.4014
CIE-Lab71.8834-11.3459-41.9065

#47bafc color RGB value is (71,186,252).

#47bafc hex color red value is 71, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #47bafc hue: 0.56 , saturation: 0.97 and the lightness value of 47bafc is 0.63.

The process color (four color CMYK) of #47bafc color hex is 0.72, 0.26, 0.00, 0.01. Web safe color of #47bafc is #33ccff. Color #47bafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111010 11111100
Octal 107 272 374
Decimal 71 186 252
Hex 47 BA FC

RGB Percentages of Color #47bafc

%13.95
%36.54
%49.51

CMYK Percentages of Color #47bafc

%72
%26
%0
%1

Triadic Colors of #47bafc

#47bafc #fc47ba #bafc47

Analogous Colors of #47bafc

#47bafc #475ffc #47fce4

Monochromatic Colors of #47bafc

#47bafc

Complementary Color

#47bafc #fc8947

#47bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bafc Color CSS Codes

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

#47bafc Text Font Color

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

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


#47bafc Background Color

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

This div background color is #47bafc


#47bafc Border Color

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

This div border color is #47bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bafc

Related Colors


Comments

No comments written yet.

Please login to write comment.