Color Hex Logo

#71dabe Color Hex

#71DABE
(113,218,190)
0 Favorites   0 Comments

Color spaces of #71dabe

RGB 113218190
HSL0.460.590.65
HSV164°48°85°
CMYK 0.480.000.13   0.15
XYZ41.175757.371257.6188
Yxy57.37120.26370.3674
Hunter Lab75.7438-35.51587.9183
CIE-Lab80.3879-37.13514.4161

#71dabe color RGB value is (113,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011010 10111110
Octal 161 332 276
Decimal 113 218 190
Hex 71 DA BE

RGB Percentages of Color #71dabe

%21.69
%41.84
%36.47

CMYK Percentages of Color #71dabe

%48
%0
%13
%15

Triadic Colors of #71dabe

#71dabe #be71da #dabe71

Analogous Colors of #71dabe

#71dabe #71c2da #71da8a

Monochromatic Colors of #71dabe

#71dabe

Complementary Color

#71dabe #da718d

#71dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dabe Color CSS Codes

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

#71dabe Text Font Color

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

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


#71dabe Background Color

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

This div background color is #71dabe


#71dabe Border Color

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

This div border color is #71dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dabe


Comments

No comments written yet.

Please login to write comment.