Color Hex Logo

#13a397 Color Hex

#13A397
(19,163,151)
0 Favorites   0 Comments

Color spaces of #13a397

RGB 19163151
HSL0.490.790.36
HSV175°88°64°
CMYK 0.880.000.07   0.36
XYZ18.951728.567233.7933
Yxy28.56720.23310.3513
Hunter Lab53.4483-30.2420-0.0730
CIE-Lab60.3977-37.1950-3.6906

#13a397 color RGB value is (19,163,151).

#13a397 hex color red value is 19, green value is 163 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #13a397 hue: 0.49 , saturation: 0.79 and the lightness value of 13a397 is 0.36.

The process color (four color CMYK) of #13a397 color hex is 0.88, 0.00, 0.07, 0.36. Web safe color of #13a397 is #009999. Color #13a397 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10100011 10010111
Octal 23 243 227
Decimal 19 163 151
Hex 13 A3 97

RGB Percentages of Color #13a397

%5.71
%48.95
%45.35

CMYK Percentages of Color #13a397

%88
%0
%7
%36

Triadic Colors of #13a397

#13a397 #9713a3 #a39713

Analogous Colors of #13a397

#13a397 #1367a3 #13a34f

Monochromatic Colors of #13a397

#13a397

Complementary Color

#13a397 #a3131f

#13a397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13a397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13a397 Color CSS Codes

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

#13a397 Text Font Color

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

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


#13a397 Background Color

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

This div background color is #13a397


#13a397 Border Color

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

This div border color is #13a397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13a397


Comments

No comments written yet.

Please login to write comment.