Color Hex Logo

#71dfcb Color Hex

#71DFCB
(113,223,203)
0 Favorites   0 Comments

Color spaces of #71dfcb

RGB 113223203
HSL0.470.630.66
HSV169°49°87°
CMYK 0.490.000.09   0.13
XYZ43.977260.597965.8786
Yxy60.59790.25800.3555
Hunter Lab77.8447-35.38724.3151
CIE-Lab82.1621-36.38980.0874

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011111 11001011
Octal 161 337 313
Decimal 113 223 203
Hex 71 DF CB

RGB Percentages of Color #71dfcb

%20.96
%41.37
%37.66

CMYK Percentages of Color #71dfcb

%49
%0
%9
%13

Triadic Colors of #71dfcb

#71dfcb #cb71df #dfcb71

Analogous Colors of #71dfcb

#71dfcb #71bcdf #71df94

Monochromatic Colors of #71dfcb

#71dfcb

Complementary Color

#71dfcb #df7185

#71dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dfcb Color CSS Codes

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

#71dfcb Text Font Color

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

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


#71dfcb Background Color

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

This div background color is #71dfcb


#71dfcb Border Color

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

This div border color is #71dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dfcb


Comments

No comments written yet.

Please login to write comment.