Color Hex Logo

#71e6fb Color Hex

#71E6FB
(113,230,251)
0 Favorites   0 Comments

Color spaces of #71e6fb

RGB 113230251
HSL0.530.950.71
HSV189°55°98°
CMYK 0.550.080.00   0.02
XYZ52.519567.0694101.4444
Yxy67.06940.23760.3034
Hunter Lab81.8959-28.8465-16.1153
CIE-Lab85.5390-27.3719-20.2705

#71e6fb color RGB value is (113,230,251).

#71e6fb hex color red value is 113, green value is 230 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #71e6fb hue: 0.53 , saturation: 0.95 and the lightness value of 71e6fb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11100110 11111011
Octal 161 346 373
Decimal 113 230 251
Hex 71 E6 FB

RGB Percentages of Color #71e6fb

%19.02
%38.72
%42.26

CMYK Percentages of Color #71e6fb

%55
%8
%0
%2

Triadic Colors of #71e6fb

#71e6fb #fb71e6 #e6fb71

Analogous Colors of #71e6fb

#71e6fb #71a1fb #71fbcb

Monochromatic Colors of #71e6fb

#71e6fb

Complementary Color

#71e6fb #fb8671

#71e6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71e6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71e6fb Color CSS Codes

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

#71e6fb Text Font Color

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

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


#71e6fb Background Color

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

This div background color is #71e6fb


#71e6fb Border Color

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

This div border color is #71e6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71e6fb


Comments

No comments written yet.

Please login to write comment.