Color Hex Logo

#71bfec Color Hex

#71BFEC
(113,191,236)
0 Favorites   0 Comments

Color spaces of #71bfec

RGB 113191236
HSL0.560.760.68
HSV202°52°93°
CMYK 0.520.190.00   0.07
XYZ40.581246.828486.2568
Yxy46.82840.23370.2696
Hunter Lab68.4313-13.9005-26.8324
CIE-Lab74.0799-11.7749-29.7478

#71bfec color RGB value is (113,191,236).

#71bfec hex color red value is 113, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #71bfec hue: 0.56 , saturation: 0.76 and the lightness value of 71bfec is 0.68.

The process color (four color CMYK) of #71bfec color hex is 0.52, 0.19, 0.00, 0.07. Web safe color of #71bfec is #66ccff. Color #71bfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111111 11101100
Octal 161 277 354
Decimal 113 191 236
Hex 71 BF EC

RGB Percentages of Color #71bfec

%20.93
%35.37
%43.70

CMYK Percentages of Color #71bfec

%52
%19
%0
%7

Triadic Colors of #71bfec

#71bfec #ec71bf #bfec71

Analogous Colors of #71bfec

#71bfec #7182ec #71ecdc

Monochromatic Colors of #71bfec

#71bfec

Complementary Color

#71bfec #ec9e71

#71bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bfec Color CSS Codes

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

#71bfec Text Font Color

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

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


#71bfec Background Color

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

This div background color is #71bfec


#71bfec Border Color

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

This div border color is #71bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bfec


Comments

No comments written yet.

Please login to write comment.