Color Hex Logo

#71bec6 Color Hex

#71BEC6
(113,190,198)
0 Favorites   0 Comments

Color spaces of #71bec6

RGB 113190198
HSL0.520.430.61
HSV186°43°78°
CMYK 0.430.040.00   0.22
XYZ35.416644.414860.1324
Yxy44.41480.25300.3173
Hunter Lab66.6444-21.7682-6.8455
CIE-Lab72.5049-21.6879-11.4944

#71bec6 color RGB value is (113,190,198).

#71bec6 hex color red value is 113, green value is 190 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #71bec6 hue: 0.52 , saturation: 0.43 and the lightness value of 71bec6 is 0.61.

The process color (four color CMYK) of #71bec6 color hex is 0.43, 0.04, 0.00, 0.22. Web safe color of #71bec6 is #66cccc. Color #71bec6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 11000110
Octal 161 276 306
Decimal 113 190 198
Hex 71 BE C6

RGB Percentages of Color #71bec6

%22.55
%37.92
%39.52

CMYK Percentages of Color #71bec6

%43
%4
%0
%22

Triadic Colors of #71bec6

#71bec6 #c671be #bec671

Analogous Colors of #71bec6

#71bec6 #7194c6 #71c6a4

Monochromatic Colors of #71bec6

#71bec6

Complementary Color

#71bec6 #c67971

#71bec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bec6 Color CSS Codes

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

#71bec6 Text Font Color

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

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


#71bec6 Background Color

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

This div background color is #71bec6


#71bec6 Border Color

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

This div border color is #71bec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bec6


Comments

No comments written yet.

Please login to write comment.