Color Hex Logo

#71efef Color Hex

#71EFEF
(113,239,239)
0 Favorites   0 Comments

Color spaces of #71efef

RGB 113239239
HSL0.500.800.69
HSV180°53°94°
CMYK 0.530.000.00   0.06
XYZ53.256571.475792.6506
Yxy71.47570.24500.3288
Hunter Lab84.5433-35.5080-5.7953
CIE-Lab87.7156-34.8436-10.7019

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101111 11101111
Octal 161 357 357
Decimal 113 239 239
Hex 71 EF EF

RGB Percentages of Color #71efef

%19.12
%40.44
%40.44

CMYK Percentages of Color #71efef

%53
%0
%0
%6

Triadic Colors of #71efef

#71efef #ef71ef #efef71

Analogous Colors of #71efef

#71efef #71b0ef #71efb0

Monochromatic Colors of #71efef

#71efef

Complementary Color

#71efef #ef7171

#71efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#71efef Color CSS Codes

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

#71efef Text Font Color

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

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


#71efef Background Color

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

This div background color is #71efef


#71efef Border Color

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

This div border color is #71efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71efef


Comments

No comments written yet.

Please login to write comment.