Color Hex Logo

#71d4db Color Hex

#71D4DB
(113,212,219)
0 Favorites   0 Comments

Color spaces of #71d4db

RGB 113212219
HSL0.510.600.65
HSV184°48°86°
CMYK 0.480.030.00   0.14
XYZ43.139755.712275.4977
Yxy55.71220.24740.3195
Hunter Lab74.6406-27.4542-7.7224
CIE-Lab79.4497-27.1692-12.4510

#71d4db color RGB value is (113,212,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11010100 11011011
Octal 161 324 333
Decimal 113 212 219
Hex 71 D4 DB

RGB Percentages of Color #71d4db

%20.77
%38.97
%40.26

CMYK Percentages of Color #71d4db

%48
%3
%0
%14

Triadic Colors of #71d4db

#71d4db #db71d4 #d4db71

Analogous Colors of #71d4db

#71d4db #719fdb #71dbad

Monochromatic Colors of #71d4db

#71d4db

Complementary Color

#71d4db #db7871

#71d4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71d4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#71d4db Color CSS Codes

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

#71d4db Text Font Color

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

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


#71d4db Background Color

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

This div background color is #71d4db


#71d4db Border Color

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

This div border color is #71d4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71d4db


Comments

No comments written yet.

Please login to write comment.