Color Hex Logo

#71ecd6 Color Hex

#71ECD6
(113,236,214)
0 Favorites   0 Comments

Color spaces of #71ecd6

RGB 113236214
HSL0.470.760.68
HSV169°52°93°
CMYK 0.520.000.09   0.07
XYZ48.943168.356774.2329
Yxy68.35670.25550.3569
Hunter Lab82.6781-39.01974.6409
CIE-Lab86.1845-39.68740.1547

#71ecd6 color RGB value is (113,236,214).

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

The process color (four color CMYK) of #71ecd6 color hex is 0.52, 0.00, 0.09, 0.07. Web safe color of #71ecd6 is #66ffcc. Color #71ecd6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101100 11010110
Octal 161 354 326
Decimal 113 236 214
Hex 71 EC D6

RGB Percentages of Color #71ecd6

%20.07
%41.92
%38.01

CMYK Percentages of Color #71ecd6

%52
%0
%9
%7

Triadic Colors of #71ecd6

#71ecd6 #d671ec #ecd671

Analogous Colors of #71ecd6

#71ecd6 #71c5ec #71ec99

Monochromatic Colors of #71ecd6

#71ecd6

Complementary Color

#71ecd6 #ec7187

#71ecd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ecd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ecd6 Color CSS Codes

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

#71ecd6 Text Font Color

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

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


#71ecd6 Background Color

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

This div background color is #71ecd6


#71ecd6 Border Color

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

This div border color is #71ecd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ecd6


Comments

No comments written yet.

Please login to write comment.