Color Hex Logo

#13999f Color Hex

#13999F
(19,153,159)
0 Favorites   0 Comments

Color spaces of #13999f

RGB 19153159
HSL0.510.790.35
HSV183°88°62°
CMYK 0.880.040.00   0.38
XYZ17.917825.424136.7639
Yxy25.42410.22370.3174
Hunter Lab50.4223-24.8083-7.9339
CIE-Lab57.4863-30.0573-12.5672

#13999f color RGB value is (19,153,159).

#13999f hex color red value is 19, green value is 153 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #13999f hue: 0.51 , saturation: 0.79 and the lightness value of 13999f is 0.35.

The process color (four color CMYK) of #13999f color hex is 0.88, 0.04, 0.00, 0.38. Web safe color of #13999f is #009999. Color #13999f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011001 10011111
Octal 23 231 237
Decimal 19 153 159
Hex 13 99 9F

RGB Percentages of Color #13999f

%5.74
%46.22
%48.04

CMYK Percentages of Color #13999f

%88
%4
%0
%38

Triadic Colors of #13999f

#13999f #9f1399 #999f13

Analogous Colors of #13999f

#13999f #13539f #139f5f

Monochromatic Colors of #13999f

#13999f

Complementary Color

#13999f #9f1913

#13999f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13999f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13999f Color CSS Codes

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

#13999f Text Font Color

<p style="color:#13999f">Text here</p>

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


#13999f Background Color

<div style="background-color:#13999f">
Div content here</div>

This div background color is #13999f


#13999f Border Color

<div style="border:3px solid #13999f">
Div here</div>

This div border color is #13999f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,153,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13999f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13999f;
  -webkit-box-shadow: 1px 1px 3px 2px #13999f;
  box-shadow:         1px 1px 3px 2px #13999f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13999f


Comments

No comments written yet.

Please login to write comment.