Color Hex Logo

#13dbac Color Hex

#13DBAC
(19,219,172)
0 Favorites   0 Comments

Color spaces of #13dbac

RGB 19219172
HSL0.460.840.47
HSV166°91°86°
CMYK 0.910.000.21   0.14
XYZ33.046553.780047.6686
Yxy53.78000.24570.3999
Hunter Lab73.3348-47.899512.7951
CIE-Lab78.3333-55.022310.7798

#13dbac color RGB value is (19,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011011 10101100
Octal 23 333 254
Decimal 19 219 172
Hex 13 DB AC

RGB Percentages of Color #13dbac

%4.63
%53.41
%41.95

CMYK Percentages of Color #13dbac

%91
%0
%21
%14

Triadic Colors of #13dbac

#13dbac #ac13db #dbac13

Analogous Colors of #13dbac

#13dbac #13a6db #13db48

Monochromatic Colors of #13dbac

#13dbac

Complementary Color

#13dbac #db1342

#13dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dbac Color CSS Codes

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

#13dbac Text Font Color

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

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


#13dbac Background Color

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

This div background color is #13dbac


#13dbac Border Color

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

This div border color is #13dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dbac


Comments

No comments written yet.

Please login to write comment.