Color Hex Logo

#71e0de Color Hex

#71E0DE
(113,224,222)
0 Favorites   0 Comments

Color spaces of #71e0de

RGB 113224222
HSL0.500.640.66
HSV179°50°88°
CMYK 0.500.000.01   0.12
XYZ46.650562.095978.6342
Yxy62.09590.24900.3314
Hunter Lab78.8010-32.2289-4.0039
CIE-Lab82.9644-32.1655-8.8095

#71e0de color RGB value is (113,224,222).

#71e0de hex color red value is 113, green value is 224 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #71e0de hue: 0.50 , saturation: 0.64 and the lightness value of 71e0de is 0.66.

The process color (four color CMYK) of #71e0de color hex is 0.50, 0.00, 0.01, 0.12. Web safe color of #71e0de is #66cccc. Color #71e0de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11100000 11011110
Octal 161 340 336
Decimal 113 224 222
Hex 71 E0 DE

RGB Percentages of Color #71e0de

%20.21
%40.07
%39.71

CMYK Percentages of Color #71e0de

%50
%0
%1
%12

Triadic Colors of #71e0de

#71e0de #de71e0 #e0de71

Analogous Colors of #71e0de

#71e0de #71abe0 #71e0a7

Monochromatic Colors of #71e0de

#71e0de

Complementary Color

#71e0de #e07173

#71e0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71e0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#71e0de Color CSS Codes

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

#71e0de Text Font Color

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

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


#71e0de Background Color

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

This div background color is #71e0de


#71e0de Border Color

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

This div border color is #71e0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71e0de


Comments

No comments written yet.

Please login to write comment.