Color Hex Logo

#13adad Color Hex

#13ADAD
(19,173,173)
0 Favorites   0 Comments

Color spaces of #13adad

RGB 19173173
HSL0.500.800.38
HSV180°89°68°
CMYK 0.890.000.00   0.32
XYZ22.755033.042744.7137
Yxy33.04270.22640.3287
Hunter Lab57.4828-29.9343-5.8815
CIE-Lab64.1955-35.2026-10.3906

#13adad color RGB value is (19,173,173).

#13adad hex color red value is 19, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #13adad hue: 0.50 , saturation: 0.80 and the lightness value of 13adad is 0.38.

The process color (four color CMYK) of #13adad color hex is 0.89, 0.00, 0.00, 0.32. Web safe color of #13adad is #009999. Color #13adad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101101 10101101
Octal 23 255 255
Decimal 19 173 173
Hex 13 AD AD

RGB Percentages of Color #13adad

%5.21
%47.40
%47.40

CMYK Percentages of Color #13adad

%89
%0
%0
%32

Triadic Colors of #13adad

#13adad #ad13ad #adad13

Analogous Colors of #13adad

#13adad #1360ad #13ad60

Monochromatic Colors of #13adad

#13adad

Complementary Color

#13adad #ad1313

#13adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#13adad Color CSS Codes

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

#13adad Text Font Color

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

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


#13adad Background Color

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

This div background color is #13adad


#13adad Border Color

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

This div border color is #13adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13adad


Comments

No comments written yet.

Please login to write comment.