Color Hex Logo

#71cdbc Color Hex

#71CDBC
(113,205,188)
0 Favorites   0 Comments

Color spaces of #71cdbc

RGB 113205188
HSL0.470.480.62
HSV169°45°80°
CMYK 0.450.000.08   0.20
XYZ37.718550.804255.3952
Yxy50.80420.26210.3530
Hunter Lab71.2771-30.27603.8149
CIE-Lab76.5603-31.5360-0.0750

#71cdbc color RGB value is (113,205,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001101 10111100
Octal 161 315 274
Decimal 113 205 188
Hex 71 CD BC

RGB Percentages of Color #71cdbc

%22.33
%40.51
%37.15

CMYK Percentages of Color #71cdbc

%45
%0
%8
%20

Triadic Colors of #71cdbc

#71cdbc #bc71cd #cdbc71

Analogous Colors of #71cdbc

#71cdbc #71b0cd #71cd8e

Monochromatic Colors of #71cdbc

#71cdbc

Complementary Color

#71cdbc #cd7182

#71cdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cdbc Color CSS Codes

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

#71cdbc Text Font Color

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

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


#71cdbc Background Color

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

This div background color is #71cdbc


#71cdbc Border Color

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

This div border color is #71cdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cdbc


Comments

No comments written yet.

Please login to write comment.