Color Hex Logo

#13ddbf Color Hex

#13DDBF
(19,221,191)
0 Favorites   0 Comments

Color spaces of #13ddbf

RGB 19221191
HSL0.480.840.47
HSV171°91°87°
CMYK 0.910.000.14   0.13
XYZ35.529055.612958.1520
Yxy55.61290.23800.3725
Hunter Lab74.5741-45.46265.9682
CIE-Lab79.3930-50.99792.2032

#13ddbf color RGB value is (19,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011101 10111111
Octal 23 335 277
Decimal 19 221 191
Hex 13 DD BF

RGB Percentages of Color #13ddbf

%4.41
%51.28
%44.32

CMYK Percentages of Color #13ddbf

%91
%0
%14
%13

Triadic Colors of #13ddbf

#13ddbf #bf13dd #ddbf13

Analogous Colors of #13ddbf

#13ddbf #1396dd #13dd5a

Monochromatic Colors of #13ddbf

#13ddbf

Complementary Color

#13ddbf #dd1331

#13ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ddbf Color CSS Codes

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

#13ddbf Text Font Color

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

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


#13ddbf Background Color

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

This div background color is #13ddbf


#13ddbf Border Color

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

This div border color is #13ddbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,221,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 #13ddbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ddbf


Comments

No comments written yet.

Please login to write comment.