Color Hex Logo

#71ccbb Color Hex

#71CCBB
(113,204,187)
0 Favorites   0 Comments

Color spaces of #71ccbb

RGB 113204187
HSL0.470.470.62
HSV169°45°80°
CMYK 0.450.000.08   0.20
XYZ37.372650.284354.7498
Yxy50.28430.26240.3531
Hunter Lab70.9114-30.01983.8609
CIE-Lab76.2434-31.29700.0012

#71ccbb color RGB value is (113,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001100 10111011
Octal 161 314 273
Decimal 113 204 187
Hex 71 CC BB

RGB Percentages of Color #71ccbb

%22.42
%40.48
%37.10

CMYK Percentages of Color #71ccbb

%45
%0
%8
%20

Triadic Colors of #71ccbb

#71ccbb #bb71cc #ccbb71

Analogous Colors of #71ccbb

#71ccbb #71b0cc #71cc8e

Monochromatic Colors of #71ccbb

#71ccbb

Complementary Color

#71ccbb #cc7182

#71ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ccbb Color CSS Codes

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

#71ccbb Text Font Color

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

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


#71ccbb Background Color

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

This div background color is #71ccbb


#71ccbb Border Color

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

This div border color is #71ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ccbb


Comments

No comments written yet.

Please login to write comment.