Color Hex Logo

#13aead Color Hex

#13AEAD
(19,174,173)
0 Favorites   0 Comments

Color spaces of #13aead

RGB 19174173
HSL0.500.800.38
HSV180°89°68°
CMYK 0.890.000.01   0.32
XYZ22.947433.427744.7779
Yxy33.42770.22690.3305
Hunter Lab57.8167-30.3327-5.4473
CIE-Lab64.5057-35.6674-9.9268

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101110 10101101
Octal 23 256 255
Decimal 19 174 173
Hex 13 AE AD

RGB Percentages of Color #13aead

%5.19
%47.54
%47.27

CMYK Percentages of Color #13aead

%89
%0
%1
%32

Triadic Colors of #13aead

#13aead #ad13ae #aead13

Analogous Colors of #13aead

#13aead #1362ae #13ae60

Monochromatic Colors of #13aead

#13aead

Complementary Color

#13aead #ae1314

#13aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aead Color CSS Codes

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

#13aead Text Font Color

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

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


#13aead Background Color

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

This div background color is #13aead


#13aead Border Color

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

This div border color is #13aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aead


Comments

No comments written yet.

Please login to write comment.