Color Hex Logo

#71bffb Color Hex

#71BFFB
(113,191,251)
0 Favorites   0 Comments

Color spaces of #71bffb

RGB 113191251
HSL0.570.950.71
HSV206°55°98°
CMYK 0.550.240.00   0.02
XYZ42.853447.737398.2224
Yxy47.73730.22700.2528
Hunter Lab69.0922-10.1994-35.9229
CIE-Lab74.6589-7.3711-36.9388

#71bffb color RGB value is (113,191,251).

#71bffb hex color red value is 113, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #71bffb hue: 0.57 , saturation: 0.95 and the lightness value of 71bffb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111111 11111011
Octal 161 277 373
Decimal 113 191 251
Hex 71 BF FB

RGB Percentages of Color #71bffb

%20.36
%34.41
%45.23

CMYK Percentages of Color #71bffb

%55
%24
%0
%2

Triadic Colors of #71bffb

#71bffb #fb71bf #bffb71

Analogous Colors of #71bffb

#71bffb #717afb #71fbf2

Monochromatic Colors of #71bffb

#71bffb

Complementary Color

#71bffb #fbad71

#71bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bffb Color CSS Codes

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

#71bffb Text Font Color

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

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


#71bffb Background Color

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

This div background color is #71bffb


#71bffb Border Color

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

This div border color is #71bffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,191,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bffb


Comments

No comments written yet.

Please login to write comment.