Color Hex Logo

#71eecc Color Hex

#71EECC
(113,238,204)
0 Favorites   0 Comments

Color spaces of #71eecc

RGB 113238204
HSL0.450.790.69
HSV164°53°93°
CMYK 0.530.000.14   0.07
XYZ48.283769.019467.9040
Yxy69.01940.26070.3727
Hunter Lab83.0779-41.64479.6937
CIE-Lab86.5137-42.91415.8740

#71eecc color RGB value is (113,238,204).

#71eecc hex color red value is 113, green value is 238 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #71eecc hue: 0.45 , saturation: 0.79 and the lightness value of 71eecc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101110 11001100
Octal 161 356 314
Decimal 113 238 204
Hex 71 EE CC

RGB Percentages of Color #71eecc

%20.36
%42.88
%36.76

CMYK Percentages of Color #71eecc

%53
%0
%14
%7

Triadic Colors of #71eecc

#71eecc #cc71ee #eecc71

Analogous Colors of #71eecc

#71eecc #71d2ee #71ee8e

Monochromatic Colors of #71eecc

#71eecc

Complementary Color

#71eecc #ee7193

#71eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71eecc Color CSS Codes

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

#71eecc Text Font Color

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

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


#71eecc Background Color

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

This div background color is #71eecc


#71eecc Border Color

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

This div border color is #71eecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71eecc


Comments

No comments written yet.

Please login to write comment.