Color Hex Logo

#47bbfc Color Hex

#47BBFC
(71,187,252)
0 Favorites   0 Comments

Color spaces of #47bbfc

RGB 71187252
HSL0.560.970.63
HSV202°72°99°
CMYK 0.720.260.00   0.01
XYZ37.939543.908598.5710
Yxy43.90850.21030.2434
Hunter Lab66.2635-13.7600-41.8131
CIE-Lab72.1673-11.8846-41.4631

#47bbfc color RGB value is (71,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111011 11111100
Octal 107 273 374
Decimal 71 187 252
Hex 47 BB FC

RGB Percentages of Color #47bbfc

%13.92
%36.67
%49.41

CMYK Percentages of Color #47bbfc

%72
%26
%0
%1

Triadic Colors of #47bbfc

#47bbfc #fc47bb #bbfc47

Analogous Colors of #47bbfc

#47bbfc #4761fc #47fce3

Monochromatic Colors of #47bbfc

#47bbfc

Complementary Color

#47bbfc #fc8847

#47bbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bbfc Color CSS Codes

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

#47bbfc Text Font Color

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

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


#47bbfc Background Color

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

This div background color is #47bbfc


#47bbfc Border Color

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

This div border color is #47bbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bbfc


Comments

No comments written yet.

Please login to write comment.