Color Hex Logo

#71ddba Color Hex

#71DDBA
(113,221,186)
0 Favorites   0 Comments

Color spaces of #71ddba

RGB 113221186
HSL0.450.610.65
HSV161°49°87°
CMYK 0.490.000.16   0.13
XYZ41.529458.768855.6091
Yxy58.76880.26640.3769
Hunter Lab76.6608-37.457810.6541
CIE-Lab81.1643-39.40167.6578

#71ddba color RGB value is (113,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 10111010
Octal 161 335 272
Decimal 113 221 186
Hex 71 DD BA

RGB Percentages of Color #71ddba

%21.73
%42.50
%35.77

CMYK Percentages of Color #71ddba

%49
%0
%16
%13

Triadic Colors of #71ddba

#71ddba #ba71dd #ddba71

Analogous Colors of #71ddba

#71ddba #71cadd #71dd84

Monochromatic Colors of #71ddba

#71ddba

Complementary Color

#71ddba #dd7194

#71ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ddba Color CSS Codes

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

#71ddba Text Font Color

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

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


#71ddba Background Color

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

This div background color is #71ddba


#71ddba Border Color

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

This div border color is #71ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ddba


Comments

No comments written yet.

Please login to write comment.