Color Hex Logo

#71cdcb Color Hex

#71CDCB
(113,205,203)
0 Favorites   0 Comments

Color spaces of #71cdcb

RGB 113205203
HSL0.500.480.62
HSV179°45°80°
CMYK 0.450.000.01   0.20
XYZ39.420951.485264.3598
Yxy51.48520.25390.3316
Hunter Lab71.7532-27.5009-2.9536
CIE-Lab76.9720-27.8639-7.5510

#71cdcb color RGB value is (113,205,203).

#71cdcb hex color red value is 113, green value is 205 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #71cdcb hue: 0.50 , saturation: 0.48 and the lightness value of 71cdcb is 0.62.

The process color (four color CMYK) of #71cdcb color hex is 0.45, 0.00, 0.01, 0.20. Web safe color of #71cdcb is #66cccc. Color #71cdcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001101 11001011
Octal 161 315 313
Decimal 113 205 203
Hex 71 CD CB

RGB Percentages of Color #71cdcb

%21.69
%39.35
%38.96

CMYK Percentages of Color #71cdcb

%45
%0
%1
%20

Triadic Colors of #71cdcb

#71cdcb #cb71cd #cdcb71

Analogous Colors of #71cdcb

#71cdcb #71a1cd #71cd9d

Monochromatic Colors of #71cdcb

#71cdcb

Complementary Color

#71cdcb #cd7173

#71cdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cdcb Color CSS Codes

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

#71cdcb Text Font Color

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

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


#71cdcb Background Color

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

This div background color is #71cdcb


#71cdcb Border Color

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

This div border color is #71cdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cdcb


Comments

No comments written yet.

Please login to write comment.