Color Hex Logo

#71bdfa Color Hex

#71BDFA
(113,189,250)
0 Favorites   0 Comments

Color spaces of #71bdfa

RGB 113189250
HSL0.570.930.71
HSV207°55°98°
CMYK 0.550.240.00   0.02
XYZ42.263046.808097.2498
Yxy46.80800.22680.2512
Hunter Lab68.4164-9.4634-36.3857
CIE-Lab74.0668-6.5876-37.3198

#71bdfa color RGB value is (113,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111101 11111010
Octal 161 275 372
Decimal 113 189 250
Hex 71 BD FA

RGB Percentages of Color #71bdfa

%20.47
%34.24
%45.29

CMYK Percentages of Color #71bdfa

%55
%24
%0
%2

Triadic Colors of #71bdfa

#71bdfa #fa71bd #bdfa71

Analogous Colors of #71bdfa

#71bdfa #7179fa #71faf3

Monochromatic Colors of #71bdfa

#71bdfa

Complementary Color

#71bdfa #faae71

#71bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bdfa Color CSS Codes

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

#71bdfa Text Font Color

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

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


#71bdfa Background Color

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

This div background color is #71bdfa


#71bdfa Border Color

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

This div border color is #71bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bdfa


Comments

No comments written yet.

Please login to write comment.