Color Hex Logo

#13968b Color Hex

#13968B
(19,150,139)
0 Favorites   0 Comments

Color spaces of #13968b

RGB 19150139
HSL0.490.780.33
HSV175°87°59°
CMYK 0.870.000.07   0.41
XYZ15.835123.815228.1883
Yxy23.81520.23340.3511
Hunter Lab48.8008-27.4810-0.0865
CIE-Lab55.9023-34.7982-3.4981

#13968b color RGB value is (19,150,139).

#13968b hex color red value is 19, green value is 150 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #13968b hue: 0.49 , saturation: 0.78 and the lightness value of 13968b is 0.33.

The process color (four color CMYK) of #13968b color hex is 0.87, 0.00, 0.07, 0.41. Web safe color of #13968b is #009999. Color #13968b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010110 10001011
Octal 23 226 213
Decimal 19 150 139
Hex 13 96 8B

RGB Percentages of Color #13968b

%6.17
%48.70
%45.13

CMYK Percentages of Color #13968b

%87
%0
%7
%41

Triadic Colors of #13968b

#13968b #8b1396 #968b13

Analogous Colors of #13968b

#13968b #136096 #13964a

Monochromatic Colors of #13968b

#13968b

Complementary Color

#13968b #96131e

#13968b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13968b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13968b Color CSS Codes

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

#13968b Text Font Color

<p style="color:#13968b">Text here</p>

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


#13968b Background Color

<div style="background-color:#13968b">
Div content here</div>

This div background color is #13968b


#13968b Border Color

<div style="border:3px solid #13968b">
Div here</div>

This div border color is #13968b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,150,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13968b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13968b;
  -webkit-box-shadow: 1px 1px 3px 2px #13968b;
  box-shadow:         1px 1px 3px 2px #13968b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13968b


Comments

No comments written yet.

Please login to write comment.