Color Hex Logo

#71dfdf Color Hex

#71DFDF
(113,223,223)
0 Favorites   0 Comments

Color spaces of #71dfdf

RGB 113223223
HSL0.500.630.66
HSV180°49°87°
CMYK 0.490.000.00   0.13
XYZ46.517061.613879.2530
Yxy61.61380.24820.3288
Hunter Lab78.4945-31.5835-4.9168
CIE-Lab82.7076-31.4352-9.7217

#71dfdf color RGB value is (113,223,223).

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

The process color (four color CMYK) of #71dfdf color hex is 0.49, 0.00, 0.00, 0.13. Web safe color of #71dfdf is #66cccc. Color #71dfdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011111 11011111
Octal 161 337 337
Decimal 113 223 223
Hex 71 DF DF

RGB Percentages of Color #71dfdf

%20.21
%39.89
%39.89

CMYK Percentages of Color #71dfdf

%49
%0
%0
%13

Triadic Colors of #71dfdf

#71dfdf #df71df #dfdf71

Analogous Colors of #71dfdf

#71dfdf #71a8df #71dfa8

Monochromatic Colors of #71dfdf

#71dfdf

Complementary Color

#71dfdf #df7171

#71dfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dfdf Color CSS Codes

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

#71dfdf Text Font Color

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

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


#71dfdf Background Color

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

This div background color is #71dfdf


#71dfdf Border Color

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

This div border color is #71dfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dfdf


Comments

No comments written yet.

Please login to write comment.