Color Hex Logo

#13abad Color Hex

#13ABAD
(19,171,173)
0 Favorites   0 Comments

Color spaces of #13abad

RGB 19171173
HSL0.500.800.38
HSV181°89°68°
CMYK 0.890.010.00   0.32
XYZ22.374332.281444.5868
Yxy32.28140.22550.3253
Hunter Lab56.8167-29.1364-6.7560
CIE-Lab63.5748-34.2684-11.3200

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101011 10101101
Octal 23 253 255
Decimal 19 171 173
Hex 13 AB AD

RGB Percentages of Color #13abad

%5.23
%47.11
%47.66

CMYK Percentages of Color #13abad

%89
%1
%0
%32

Triadic Colors of #13abad

#13abad #ad13ab #abad13

Analogous Colors of #13abad

#13abad #135ead #13ad62

Monochromatic Colors of #13abad

#13abad

Complementary Color

#13abad #ad1513

#13abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#13abad Color CSS Codes

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

#13abad Text Font Color

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

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


#13abad Background Color

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

This div background color is #13abad


#13abad Border Color

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

This div border color is #13abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13abad


Comments

No comments written yet.

Please login to write comment.