Color Hex Logo

#13dabf Color Hex

#13DABF
(19,218,191)
0 Favorites   0 Comments

Color spaces of #13dabf

RGB 19218191
HSL0.480.840.46
HSV172°91°85°
CMYK 0.910.000.12   0.15
XYZ34.743954.042857.8903
Yxy54.04280.23690.3684
Hunter Lab73.5138-44.28704.7703
CIE-Lab78.4867-49.76410.8844

#13dabf color RGB value is (19,218,191).

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

The process color (four color CMYK) of #13dabf color hex is 0.91, 0.00, 0.12, 0.15. Web safe color of #13dabf is #00cccc. Color #13dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011010 10111111
Octal 23 332 277
Decimal 19 218 191
Hex 13 DA BF

RGB Percentages of Color #13dabf

%4.44
%50.93
%44.63

CMYK Percentages of Color #13dabf

%91
%0
%12
%15

Triadic Colors of #13dabf

#13dabf #bf13da #dabf13

Analogous Colors of #13dabf

#13dabf #1392da #13da5c

Monochromatic Colors of #13dabf

#13dabf

Complementary Color

#13dabf #da132e

#13dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dabf Color CSS Codes

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

#13dabf Text Font Color

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

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


#13dabf Background Color

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

This div background color is #13dabf


#13dabf Border Color

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

This div border color is #13dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dabf


Comments

No comments written yet.

Please login to write comment.