Color Hex Logo

#71dfcc Color Hex

#71DFCC
(113,223,204)
0 Favorites   0 Comments

Color spaces of #71dfcc

RGB 113223204
HSL0.470.630.66
HSV170°49°87°
CMYK 0.490.000.09   0.13
XYZ44.096860.645766.5084
Yxy60.64570.25750.3541
Hunter Lab77.8753-35.20653.8769
CIE-Lab82.1879-36.1507-0.4054

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011111 11001100
Octal 161 337 314
Decimal 113 223 204
Hex 71 DF CC

RGB Percentages of Color #71dfcc

%20.93
%41.30
%37.78

CMYK Percentages of Color #71dfcc

%49
%0
%9
%13

Triadic Colors of #71dfcc

#71dfcc #cc71df #dfcc71

Analogous Colors of #71dfcc

#71dfcc #71bbdf #71df95

Monochromatic Colors of #71dfcc

#71dfcc

Complementary Color

#71dfcc #df7184

#71dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dfcc Color CSS Codes

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

#71dfcc Text Font Color

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

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


#71dfcc Background Color

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

This div background color is #71dfcc


#71dfcc Border Color

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

This div border color is #71dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dfcc


Comments

No comments written yet.

Please login to write comment.