Color Hex Logo

#13ddbd Color Hex

#13DDBD
(19,221,189)
0 Favorites   0 Comments

Color spaces of #13ddbd

RGB 19221189
HSL0.470.840.47
HSV170°91°87°
CMYK 0.910.000.14   0.13
XYZ35.310355.525557.0006
Yxy55.52550.23880.3756
Hunter Lab74.5154-45.81706.8069
CIE-Lab79.3430-51.52293.1951

#13ddbd color RGB value is (19,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011101 10111101
Octal 23 335 275
Decimal 19 221 189
Hex 13 DD BD

RGB Percentages of Color #13ddbd

%4.43
%51.52
%44.06

CMYK Percentages of Color #13ddbd

%91
%0
%14
%13

Triadic Colors of #13ddbd

#13ddbd #bd13dd #ddbd13

Analogous Colors of #13ddbd

#13ddbd #1398dd #13dd58

Monochromatic Colors of #13ddbd

#13ddbd

Complementary Color

#13ddbd #dd1333

#13ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ddbd Color CSS Codes

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

#13ddbd Text Font Color

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

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


#13ddbd Background Color

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

This div background color is #13ddbd


#13ddbd Border Color

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

This div border color is #13ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ddbd


Comments

No comments written yet.

Please login to write comment.