Color Hex Logo

#13cfaa Color Hex

#13CFAA
(19,207,170)
0 Favorites   0 Comments

Color spaces of #13cfaa

RGB 19207170
HSL0.470.830.44
HSV168°91°81°
CMYK 0.910.000.18   0.19
XYZ29.837147.666445.6582
Yxy47.66640.24230.3870
Hunter Lab69.0409-43.67999.1189
CIE-Lab74.6140-50.76266.5330

#13cfaa color RGB value is (19,207,170).

#13cfaa hex color red value is 19, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #13cfaa hue: 0.47 , saturation: 0.83 and the lightness value of 13cfaa is 0.44.

The process color (four color CMYK) of #13cfaa color hex is 0.91, 0.00, 0.18, 0.19. Web safe color of #13cfaa is #00cc99. Color #13cfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001111 10101010
Octal 23 317 252
Decimal 19 207 170
Hex 13 CF AA

RGB Percentages of Color #13cfaa

%4.80
%52.27
%42.93

CMYK Percentages of Color #13cfaa

%91
%0
%18
%19

Triadic Colors of #13cfaa

#13cfaa #aa13cf #cfaa13

Analogous Colors of #13cfaa

#13cfaa #1396cf #13cf4c

Monochromatic Colors of #13cfaa

#13cfaa

Complementary Color

#13cfaa #cf1338

#13cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cfaa Color CSS Codes

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

#13cfaa Text Font Color

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

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


#13cfaa Background Color

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

This div background color is #13cfaa


#13cfaa Border Color

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

This div border color is #13cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cfaa


Comments

No comments written yet.

Please login to write comment.