Color Hex Logo

#71edce Color Hex

#71EDCE
(113,237,206)
0 Favorites   0 Comments

Color spaces of #71edce

RGB 113237206
HSL0.460.780.69
HSV165°52°93°
CMYK 0.520.000.13   0.07
XYZ48.234868.535369.0789
Yxy68.53530.25950.3688
Hunter Lab82.7860-40.87368.4771
CIE-Lab86.2734-42.01334.4800

#71edce color RGB value is (113,237,206).

#71edce hex color red value is 113, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #71edce hue: 0.46 , saturation: 0.78 and the lightness value of 71edce is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101101 11001110
Octal 161 355 316
Decimal 113 237 206
Hex 71 ED CE

RGB Percentages of Color #71edce

%20.32
%42.63
%37.05

CMYK Percentages of Color #71edce

%52
%0
%13
%7

Triadic Colors of #71edce

#71edce #ce71ed #edce71

Analogous Colors of #71edce

#71edce #71ceed #71ed90

Monochromatic Colors of #71edce

#71edce

Complementary Color

#71edce #ed7190

#71edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#71edce Color CSS Codes

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

#71edce Text Font Color

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

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


#71edce Background Color

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

This div background color is #71edce


#71edce Border Color

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

This div border color is #71edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71edce


Comments

No comments written yet.

Please login to write comment.