Color Hex Logo

#71bafd Color Hex

#71BAFD
(113,186,253)
0 Favorites   0 Comments

Color spaces of #71bafd

RGB 113186253
HSL0.580.970.72
HSV209°55°99°
CMYK 0.550.260.00   0.01
XYZ42.098645.720499.5346
Yxy45.72040.22470.2440
Hunter Lab67.6169-7.1945-39.9453
CIE-Lab73.3637-4.0527-40.0287

#71bafd color RGB value is (113,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111010 11111101
Octal 161 272 375
Decimal 113 186 253
Hex 71 BA FD

RGB Percentages of Color #71bafd

%20.47
%33.70
%45.83

CMYK Percentages of Color #71bafd

%55
%26
%0
%1

Triadic Colors of #71bafd

#71bafd #fd71ba #bafd71

Analogous Colors of #71bafd

#71bafd #7174fd #71fdfa

Monochromatic Colors of #71bafd

#71bafd

Complementary Color

#71bafd #fdb471

#71bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bafd Color CSS Codes

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

#71bafd Text Font Color

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

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


#71bafd Background Color

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

This div background color is #71bafd


#71bafd Border Color

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

This div border color is #71bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bafd


Comments

No comments written yet.

Please login to write comment.