Color Hex Logo

#71dbbf Color Hex

#71DBBF
(113,219,191)
0 Favorites   0 Comments

Color spaces of #71dbbf

RGB 113219191
HSL0.460.600.65
HSV164°48°86°
CMYK 0.480.000.13   0.14
XYZ41.545557.935358.2832
Yxy57.93530.26330.3672
Hunter Lab76.1152-35.77217.8809
CIE-Lab80.7028-37.36314.3395

#71dbbf color RGB value is (113,219,191).

#71dbbf hex color red value is 113, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #71dbbf hue: 0.46 , saturation: 0.60 and the lightness value of 71dbbf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011011 10111111
Octal 161 333 277
Decimal 113 219 191
Hex 71 DB BF

RGB Percentages of Color #71dbbf

%21.61
%41.87
%36.52

CMYK Percentages of Color #71dbbf

%48
%0
%13
%14

Triadic Colors of #71dbbf

#71dbbf #bf71db #dbbf71

Analogous Colors of #71dbbf

#71dbbf #71c2db #71db8a

Monochromatic Colors of #71dbbf

#71dbbf

Complementary Color

#71dbbf #db718d

#71dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dbbf Color CSS Codes

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

#71dbbf Text Font Color

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

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


#71dbbf Background Color

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

This div background color is #71dbbf


#71dbbf Border Color

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

This div border color is #71dbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dbbf


Comments

No comments written yet.

Please login to write comment.