Color Hex Logo

#71bcfc Color Hex

#71BCFC
(113,188,252)
0 Favorites   0 Comments

Color spaces of #71bcfc

RGB 113188252
HSL0.580.960.72
HSV208°55°99°
CMYK 0.550.250.00   0.01
XYZ42.364046.505498.8391
Yxy46.50540.22570.2478
Hunter Lab68.1949-8.4533-38.1963
CIE-Lab73.8723-5.4455-38.6987

#71bcfc color RGB value is (113,188,252).

#71bcfc hex color red value is 113, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #71bcfc hue: 0.58 , saturation: 0.96 and the lightness value of 71bcfc is 0.72.

The process color (four color CMYK) of #71bcfc color hex is 0.55, 0.25, 0.00, 0.01. Web safe color of #71bcfc is #66ccff. Color #71bcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111100 11111100
Octal 161 274 374
Decimal 113 188 252
Hex 71 BC FC

RGB Percentages of Color #71bcfc

%20.43
%34.00
%45.57

CMYK Percentages of Color #71bcfc

%55
%25
%0
%1

Triadic Colors of #71bcfc

#71bcfc #fc71bc #bcfc71

Analogous Colors of #71bcfc

#71bcfc #7177fc #71fcf7

Monochromatic Colors of #71bcfc

#71bcfc

Complementary Color

#71bcfc #fcb171

#71bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bcfc Color CSS Codes

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

#71bcfc Text Font Color

<p style="color:#71bcfc">Text here</p>

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


#71bcfc Background Color

<div style="background-color:#71bcfc">
Div content here</div>

This div background color is #71bcfc


#71bcfc Border Color

<div style="border:3px solid #71bcfc">
Div here</div>

This div border color is #71bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bcfc


Comments

No comments written yet.

Please login to write comment.