Color Hex Logo

#13ddaf Color Hex

#13DDAF
(19,221,175)
0 Favorites   0 Comments

Color spaces of #13ddaf

RGB 19221175
HSL0.460.840.47
HSV166°91°87°
CMYK 0.910.000.21   0.13
XYZ33.862954.946549.3784
Yxy54.94650.24500.3976
Hunter Lab74.1259-48.176312.3926
CIE-Lab79.0104-55.069410.1529

#13ddaf color RGB value is (19,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011101 10101111
Octal 23 335 257
Decimal 19 221 175
Hex 13 DD AF

RGB Percentages of Color #13ddaf

%4.58
%53.25
%42.17

CMYK Percentages of Color #13ddaf

%91
%0
%21
%13

Triadic Colors of #13ddaf

#13ddaf #af13dd #ddaf13

Analogous Colors of #13ddaf

#13ddaf #13a6dd #13dd4a

Monochromatic Colors of #13ddaf

#13ddaf

Complementary Color

#13ddaf #dd1341

#13ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ddaf Color CSS Codes

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

#13ddaf Text Font Color

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

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


#13ddaf Background Color

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

This div background color is #13ddaf


#13ddaf Border Color

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

This div border color is #13ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ddaf


Comments

No comments written yet.

Please login to write comment.