Color Hex Logo

#71ddbf Color Hex

#71DDBF
(113,221,191)
0 Favorites   0 Comments

Color spaces of #71ddbf

RGB 113221191
HSL0.450.610.65
HSV163°49°87°
CMYK 0.490.000.14   0.13
XYZ42.070558.985258.4582
Yxy58.98520.26370.3698
Hunter Lab76.8018-36.62458.6323
CIE-Lab81.2835-38.27435.1783

#71ddbf color RGB value is (113,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 10111111
Octal 161 335 277
Decimal 113 221 191
Hex 71 DD BF

RGB Percentages of Color #71ddbf

%21.52
%42.10
%36.38

CMYK Percentages of Color #71ddbf

%49
%0
%14
%13

Triadic Colors of #71ddbf

#71ddbf #bf71dd #ddbf71

Analogous Colors of #71ddbf

#71ddbf #71c5dd #71dd89

Monochromatic Colors of #71ddbf

#71ddbf

Complementary Color

#71ddbf #dd718f

#71ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ddbf Color CSS Codes

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

#71ddbf Text Font Color

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

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


#71ddbf Background Color

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

This div background color is #71ddbf


#71ddbf Border Color

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

This div border color is #71ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ddbf


Comments

No comments written yet.

Please login to write comment.