Color Hex Logo

#13d0a4 Color Hex

#13D0A4
(19,208,164)
0 Favorites   0 Comments

Color spaces of #13d0a4

RGB 19208164
HSL0.460.830.45
HSV166°91°82°
CMYK 0.910.000.21   0.18
XYZ29.525347.930542.8173
Yxy47.93050.24550.3985
Hunter Lab69.2319-45.030911.7937
CIE-Lab74.7811-52.67049.9925

#13d0a4 color RGB value is (19,208,164).

#13d0a4 hex color red value is 19, green value is 208 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #13d0a4 hue: 0.46 , saturation: 0.83 and the lightness value of 13d0a4 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11010000 10100100
Octal 23 320 244
Decimal 19 208 164
Hex 13 D0 A4

RGB Percentages of Color #13d0a4

%4.86
%53.20
%41.94

CMYK Percentages of Color #13d0a4

%91
%0
%21
%18

Triadic Colors of #13d0a4

#13d0a4 #a413d0 #d0a413

Analogous Colors of #13d0a4

#13d0a4 #139ed0 #13d046

Monochromatic Colors of #13d0a4

#13d0a4

Complementary Color

#13d0a4 #d0133f

#13d0a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13d0a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13d0a4 Color CSS Codes

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

#13d0a4 Text Font Color

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

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


#13d0a4 Background Color

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

This div background color is #13d0a4


#13d0a4 Border Color

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

This div border color is #13d0a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13d0a4


Comments

No comments written yet.

Please login to write comment.