Color Hex Logo

#71dbcb Color Hex

#71DBCB
(113,219,203)
0 Favorites   0 Comments

Color spaces of #71dbcb

RGB 113219203
HSL0.470.600.65
HSV171°48°86°
CMYK 0.480.000.07   0.14
XYZ42.921158.485565.5266
Yxy58.48550.25710.3504
Hunter Lab76.4758-33.65182.7318
CIE-Lab81.0080-34.5358-1.6006

#71dbcb color RGB value is (113,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011011 11001011
Octal 161 333 313
Decimal 113 219 203
Hex 71 DB CB

RGB Percentages of Color #71dbcb

%21.12
%40.93
%37.94

CMYK Percentages of Color #71dbcb

%48
%0
%7
%14

Triadic Colors of #71dbcb

#71dbcb #cb71db #dbcb71

Analogous Colors of #71dbcb

#71dbcb #71b6db #71db96

Monochromatic Colors of #71dbcb

#71dbcb

Complementary Color

#71dbcb #db7181

#71dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dbcb Color CSS Codes

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

#71dbcb Text Font Color

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

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


#71dbcb Background Color

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

This div background color is #71dbcb


#71dbcb Border Color

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

This div border color is #71dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dbcb


Comments

No comments written yet.

Please login to write comment.