Color Hex Logo

#71efcc Color Hex

#71EFCC
(113,239,204)
0 Favorites   0 Comments

Color spaces of #71efcc

RGB 113239204
HSL0.450.800.69
HSV163°53°94°
CMYK 0.530.000.15   0.06
XYZ48.575669.603368.0013
Yxy69.60330.26090.3738
Hunter Lab83.4286-42.069910.0737
CIE-Lab86.8019-43.35436.2895

#71efcc color RGB value is (113,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101111 11001100
Octal 161 357 314
Decimal 113 239 204
Hex 71 EF CC

RGB Percentages of Color #71efcc

%20.32
%42.99
%36.69

CMYK Percentages of Color #71efcc

%53
%0
%15
%6

Triadic Colors of #71efcc

#71efcc #cc71ef #efcc71

Analogous Colors of #71efcc

#71efcc #71d3ef #71ef8d

Monochromatic Colors of #71efcc

#71efcc

Complementary Color

#71efcc #ef7194

#71efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71efcc Color CSS Codes

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

#71efcc Text Font Color

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

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


#71efcc Background Color

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

This div background color is #71efcc


#71efcc Border Color

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

This div border color is #71efcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,239,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 #71efcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71efcc


Comments

No comments written yet.

Please login to write comment.