Color Hex Logo

#13db86 Color Hex

#13DB86
(19,219,134)
0 Favorites   0 Comments

Color spaces of #13db86

RGB 19219134
HSL0.430.840.47
HSV155°91°86°
CMYK 0.910.000.39   0.14
XYZ29.903252.522731.1161
Yxy52.52270.26340.4626
Hunter Lab72.4725-53.175325.2746
CIE-Lab77.5923-63.349429.6299

#13db86 color RGB value is (19,219,134).

#13db86 hex color red value is 19, green value is 219 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #13db86 hue: 0.43 , saturation: 0.84 and the lightness value of 13db86 is 0.47.

The process color (four color CMYK) of #13db86 color hex is 0.91, 0.00, 0.39, 0.14. Web safe color of #13db86 is #00cc99. Color #13db86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011011 10000110
Octal 23 333 206
Decimal 19 219 134
Hex 13 DB 86

RGB Percentages of Color #13db86

%5.11
%58.87
%36.02

CMYK Percentages of Color #13db86

%91
%0
%39
%14

Triadic Colors of #13db86

#13db86 #8613db #db8613

Analogous Colors of #13db86

#13db86 #13ccdb #13db22

Monochromatic Colors of #13db86

#13db86

Complementary Color

#13db86 #db1368

#13db86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13db86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13db86 Color CSS Codes

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

#13db86 Text Font Color

<p style="color:#13db86">Text here</p>

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


#13db86 Background Color

<div style="background-color:#13db86">
Div content here</div>

This div background color is #13db86


#13db86 Border Color

<div style="border:3px solid #13db86">
Div here</div>

This div border color is #13db86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,219,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13db86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13db86;
  -webkit-box-shadow: 1px 1px 3px 2px #13db86;
  box-shadow:         1px 1px 3px 2px #13db86; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13db86


Comments

No comments written yet.

Please login to write comment.