Color Hex Logo

#71dbc8 Color Hex

#71DBC8
(113,219,200)
0 Favorites   0 Comments

Color spaces of #71dbc8

RGB 113219200
HSL0.470.600.65
HSV169°48°86°
CMYK 0.480.000.09   0.14
XYZ42.566958.343963.6616
Yxy58.34390.25870.3545
Hunter Lab76.3832-34.19594.0529
CIE-Lab80.9296-35.2562-0.1183

#71dbc8 color RGB value is (113,219,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011011 11001000
Octal 161 333 310
Decimal 113 219 200
Hex 71 DB C8

RGB Percentages of Color #71dbc8

%21.24
%41.17
%37.59

CMYK Percentages of Color #71dbc8

%48
%0
%9
%14

Triadic Colors of #71dbc8

#71dbc8 #c871db #dbc871

Analogous Colors of #71dbc8

#71dbc8 #71b9db #71db93

Monochromatic Colors of #71dbc8

#71dbc8

Complementary Color

#71dbc8 #db7184

#71dbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dbc8 Color CSS Codes

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

#71dbc8 Text Font Color

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

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


#71dbc8 Background Color

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

This div background color is #71dbc8


#71dbc8 Border Color

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

This div border color is #71dbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dbc8


Comments

No comments written yet.

Please login to write comment.