Color Hex Logo

#71bfff Color Hex

#71BFFF
(113,191,255)
0 Favorites   0 Comments

Color spaces of #71bfff

RGB 113191255
HSL0.581.000.72
HSV207°56°100°
CMYK 0.560.250.00   0.00
XYZ43.490947.9923101.5790
Yxy47.99230.22530.2486
Hunter Lab69.2765-9.1738-38.4425
CIE-Lab74.8201-6.1738-38.8377

#71bfff color RGB value is (113,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111111 11111111
Octal 161 277 377
Decimal 113 191 255
Hex 71 BF FF

RGB Percentages of Color #71bfff

%20.21
%34.17
%45.62

CMYK Percentages of Color #71bfff

%56
%25
%0
%0

Triadic Colors of #71bfff

#71bfff #ff71bf #bfff71

Analogous Colors of #71bfff

#71bfff #7178ff #71fff8

Monochromatic Colors of #71bfff

#71bfff

Complementary Color

#71bfff #ffb171

#71bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bfff Color CSS Codes

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

#71bfff Text Font Color

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

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


#71bfff Background Color

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

This div background color is #71bfff


#71bfff Border Color

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

This div border color is #71bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bfff


Comments

No comments written yet.

Please login to write comment.