Color Hex Logo

#13db88 Color Hex

#13DB88
(19,219,136)
0 Favorites   0 Comments

Color spaces of #13db88

RGB 19219136
HSL0.430.840.47
HSV155°91°86°
CMYK 0.910.000.38   0.14
XYZ30.044052.579131.8578
Yxy52.57910.26240.4593
Hunter Lab72.5114-52.936324.7090
CIE-Lab77.6258-62.960828.6492

#13db88 color RGB value is (19,219,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011011 10001000
Octal 23 333 210
Decimal 19 219 136
Hex 13 DB 88

RGB Percentages of Color #13db88

%5.08
%58.56
%36.36

CMYK Percentages of Color #13db88

%91
%0
%38
%14

Triadic Colors of #13db88

#13db88 #8813db #db8813

Analogous Colors of #13db88

#13db88 #13cadb #13db24

Monochromatic Colors of #13db88

#13db88

Complementary Color

#13db88 #db1366

#13db88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13db88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13db88 Color CSS Codes

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

#13db88 Text Font Color

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

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


#13db88 Background Color

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

This div background color is #13db88


#13db88 Border Color

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

This div border color is #13db88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13db88


Comments

No comments written yet.

Please login to write comment.