Color Hex Logo

#13afae Color Hex

#13AFAE
(19,175,174)
0 Favorites   0 Comments

Color spaces of #13afae

RGB 19175174
HSL0.500.800.38
HSV180°89°69°
CMYK 0.890.000.01   0.31
XYZ23.238533.854445.3542
Yxy33.85440.22680.3305
Hunter Lab58.1845-30.5313-5.4867
CIE-Lab64.8468-35.8267-9.9740

#13afae color RGB value is (19,175,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101111 10101110
Octal 23 257 256
Decimal 19 175 174
Hex 13 AF AE

RGB Percentages of Color #13afae

%5.16
%47.55
%47.28

CMYK Percentages of Color #13afae

%89
%0
%1
%31

Triadic Colors of #13afae

#13afae #ae13af #afae13

Analogous Colors of #13afae

#13afae #1362af #13af60

Monochromatic Colors of #13afae

#13afae

Complementary Color

#13afae #af1314

#13afae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13afae Color Preview on White Background

Lorem ipsum dolor sit amet.

#13afae Color CSS Codes

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

#13afae Text Font Color

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

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


#13afae Background Color

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

This div background color is #13afae


#13afae Border Color

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

This div border color is #13afae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13afae


Comments

No comments written yet.

Please login to write comment.