Color Hex Logo

#13c395 Color Hex

#13C395
(19,195,149)
0 Favorites   0 Comments

Color spaces of #13c395

RGB 19195149
HSL0.460.820.42
HSV164°90°76°
CMYK 0.900.000.24   0.24
XYZ25.208541.338635.0843
Yxy41.33860.24800.4068
Hunter Lab64.2951-42.531012.6534
CIE-Lab70.4125-51.220311.8734

#13c395 color RGB value is (19,195,149).

#13c395 hex color red value is 19, green value is 195 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #13c395 hue: 0.46 , saturation: 0.82 and the lightness value of 13c395 is 0.42.

The process color (four color CMYK) of #13c395 color hex is 0.90, 0.00, 0.24, 0.24. Web safe color of #13c395 is #00cc99. Color #13c395 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11000011 10010101
Octal 23 303 225
Decimal 19 195 149
Hex 13 C3 95

RGB Percentages of Color #13c395

%5.23
%53.72
%41.05

CMYK Percentages of Color #13c395

%90
%0
%24
%24

Triadic Colors of #13c395

#13c395 #9513c3 #c39513

Analogous Colors of #13c395

#13c395 #1399c3 #13c33d

Monochromatic Colors of #13c395

#13c395

Complementary Color

#13c395 #c31341

#13c395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13c395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13c395 Color CSS Codes

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

#13c395 Text Font Color

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

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


#13c395 Background Color

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

This div background color is #13c395


#13c395 Border Color

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

This div border color is #13c395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13c395


Comments

No comments written yet.

Please login to write comment.