color codes Logo

#71bafc color codes

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

Color spaces of #71bafc

RGB 113186252
HSL0.580.960.72
HSV208°55°99°
CMYK 0.550.260.00   0.01
XYZ41.939645.656898.6976
Yxy45.65680.22510.2451
Hunter Lab67.5698-7.4548-39.3046
CIE-Lab73.3223-4.3545-39.5545

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111010 11111100
Octal 161 272 374
Decimal 113 186 252
Hex 71 BA FC

RGB Percentages of Color #71bafc

%20.51
%33.76
%45.74

CMYK Percentages of Color #71bafc

%55
%26
%0
%1

Triadic Colors of #71bafc

#71bafc #fc71ba #bafc71

Analogous Colors of #71bafc

#71bafc #7175fc #71fcf9

Monochromatic Colors of #71bafc

#71bafc

Complementary Color

#71bafc #fcb371

#71bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bafc Color CSS Codes

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

#71bafc Text Font Color

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

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


#71bafc Background Color

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

This div background color is #71bafc


#71bafc Border Color

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

This div border color is #71bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bafc

#71bafc Color Palettes


Comments

No comments written yet.

Please login to write comment.