Color Hex Logo

#71beff Color Hex

#71BEFF
(113,190,255)
0 Favorites   0 Comments

Color spaces of #71beff

RGB 113190255
HSL0.581.000.72
HSV207°56°100°
CMYK 0.560.250.00   0.00
XYZ43.273547.5576101.5065
Yxy47.55760.22500.2473
Hunter Lab68.9620-8.6752-38.9967
CIE-Lab74.5450-5.6314-39.2654

#71beff color RGB value is (113,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 11111111
Octal 161 276 377
Decimal 113 190 255
Hex 71 BE FF

RGB Percentages of Color #71beff

%20.25
%34.05
%45.70

CMYK Percentages of Color #71beff

%56
%25
%0
%0

Triadic Colors of #71beff

#71beff #ff71be #beff71

Analogous Colors of #71beff

#71beff #7177ff #71fff9

Monochromatic Colors of #71beff

#71beff

Complementary Color

#71beff #ffb271

#71beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#71beff Color CSS Codes

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

#71beff Text Font Color

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

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


#71beff Background Color

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

This div background color is #71beff


#71beff Border Color

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

This div border color is #71beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71beff

Related Colors


Comments

No comments written yet.

Please login to write comment.