Color Hex Logo

#71dac5 Color Hex

#71DAC5
(113,218,197)
0 Favorites   0 Comments

Color spaces of #71dac5

RGB 113218197
HSL0.470.590.65
HSV168°48°85°
CMYK 0.480.000.10   0.15
XYZ41.959557.684761.7461
Yxy57.68470.26000.3574
Hunter Lab75.9504-34.29944.9638
CIE-Lab80.5632-35.50500.9443

#71dac5 color RGB value is (113,218,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011010 11000101
Octal 161 332 305
Decimal 113 218 197
Hex 71 DA C5

RGB Percentages of Color #71dac5

%21.40
%41.29
%37.31

CMYK Percentages of Color #71dac5

%48
%0
%10
%15

Triadic Colors of #71dac5

#71dac5 #c571da #dac571

Analogous Colors of #71dac5

#71dac5 #71bbda #71da91

Monochromatic Colors of #71dac5

#71dac5

Complementary Color

#71dac5 #da7186

#71dac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dac5 Color CSS Codes

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

#71dac5 Text Font Color

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

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


#71dac5 Background Color

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

This div background color is #71dac5


#71dac5 Border Color

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

This div border color is #71dac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dac5


Comments

No comments written yet.

Please login to write comment.