Color Hex Logo

#13aaae Color Hex

#13AAAE
(19,170,174)
0 Favorites   0 Comments

Color spaces of #13aaae

RGB 19170174
HSL0.500.800.38
HSV182°89°68°
CMYK 0.890.020.00   0.32
XYZ22.283331.943945.0357
Yxy31.94390.22450.3218
Hunter Lab56.5189-28.5323-7.6805
CIE-Lab63.2965-33.4880-12.2966

#13aaae color RGB value is (19,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101010 10101110
Octal 23 252 256
Decimal 19 170 174
Hex 13 AA AE

RGB Percentages of Color #13aaae

%5.23
%46.83
%47.93

CMYK Percentages of Color #13aaae

%89
%2
%0
%32

Triadic Colors of #13aaae

#13aaae #ae13aa #aaae13

Analogous Colors of #13aaae

#13aaae #135dae #13ae65

Monochromatic Colors of #13aaae

#13aaae

Complementary Color

#13aaae #ae1713

#13aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aaae Color CSS Codes

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

#13aaae Text Font Color

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

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


#13aaae Background Color

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

This div background color is #13aaae


#13aaae Border Color

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

This div border color is #13aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aaae


Comments

No comments written yet.

Please login to write comment.