Color Hex Logo

#13b790 Color Hex

#13B790
(19,183,144)
0 Favorites   0 Comments

Color spaces of #13b790

RGB 19183144
HSL0.460.810.40
HSV166°90°72°
CMYK 0.900.000.21   0.28
XYZ22.236136.019032.1660
Yxy36.01900.24590.3983
Hunter Lab60.0158-38.892810.2341
CIE-Lab66.5344-47.66259.0993

#13b790 color RGB value is (19,183,144).

#13b790 hex color red value is 19, green value is 183 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #13b790 hue: 0.46 , saturation: 0.81 and the lightness value of 13b790 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10110111 10010000
Octal 23 267 220
Decimal 19 183 144
Hex 13 B7 90

RGB Percentages of Color #13b790

%5.49
%52.89
%41.62

CMYK Percentages of Color #13b790

%90
%0
%21
%28

Triadic Colors of #13b790

#13b790 #9013b7 #b79013

Analogous Colors of #13b790

#13b790 #138cb7 #13b73e

Monochromatic Colors of #13b790

#13b790

Complementary Color

#13b790 #b7133a

#13b790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b790 Color CSS Codes

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

#13b790 Text Font Color

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

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


#13b790 Background Color

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

This div background color is #13b790


#13b790 Border Color

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

This div border color is #13b790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b790


Comments

No comments written yet.

Please login to write comment.