color codes Logo

#71bdfc color codes

#71BDFC
(113,189,252)
0 Favorites   0 Comments

Color spaces of #71bdfc

RGB 113189252
HSL0.580.960.72
HSV207°55°99°
CMYK 0.550.250.00   0.01
XYZ42.578346.934298.9105
Yxy46.93420.22600.2491
Hunter Lab68.5085-8.9516-37.6451
CIE-Lab74.1477-5.9895-38.2705

#71bdfc color RGB value is (113,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111101 11111100
Octal 161 275 374
Decimal 113 189 252
Hex 71 BD FC

RGB Percentages of Color #71bdfc

%20.40
%34.12
%45.49

CMYK Percentages of Color #71bdfc

%55
%25
%0
%1

Triadic Colors of #71bdfc

#71bdfc #fc71bd #bdfc71

Analogous Colors of #71bdfc

#71bdfc #7178fc #71fcf6

Monochromatic Colors of #71bdfc

#71bdfc

Complementary Color

#71bdfc #fcb071

#71bdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bdfc Color CSS Codes

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

#71bdfc Text Font Color

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

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


#71bdfc Background Color

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

This div background color is #71bdfc


#71bdfc Border Color

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

This div border color is #71bdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bdfc


Comments

No comments written yet.

Please login to write comment.