Color Hex Logo

#13aaaf Color Hex

#13AAAF
(19,170,175)
0 Favorites   0 Comments

Color spaces of #13aaaf

RGB 19170175
HSL0.510.800.38
HSV182°89°69°
CMYK 0.890.030.00   0.31
XYZ22.381131.983045.5512
Yxy31.98300.22400.3201
Hunter Lab56.5535-28.3271-8.1679
CIE-Lab63.3288-33.1770-12.8072

#13aaaf color RGB value is (19,170,175).

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

The process color (four color CMYK) of #13aaaf color hex is 0.89, 0.03, 0.00, 0.31. Web safe color of #13aaaf is #009999. Color #13aaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101010 10101111
Octal 23 252 257
Decimal 19 170 175
Hex 13 AA AF

RGB Percentages of Color #13aaaf

%5.22
%46.70
%48.08

CMYK Percentages of Color #13aaaf

%89
%3
%0
%31

Triadic Colors of #13aaaf

#13aaaf #af13aa #aaaf13

Analogous Colors of #13aaaf

#13aaaf #135caf #13af66

Monochromatic Colors of #13aaaf

#13aaaf

Complementary Color

#13aaaf #af1813

#13aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aaaf Color CSS Codes

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

#13aaaf Text Font Color

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

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


#13aaaf Background Color

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

This div background color is #13aaaf


#13aaaf Border Color

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

This div border color is #13aaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aaaf


Comments

No comments written yet.

Please login to write comment.