Color Hex Logo

#13989b Color Hex

#13989B
(19,152,155)
0 Favorites   0 Comments

Color spaces of #13989b

RGB 19152155
HSL0.500.780.34
HSV181°88°61°
CMYK 0.880.020.00   0.39
XYZ17.413224.961534.9106
Yxy24.96150.22530.3230
Hunter Lab49.9615-25.2196-6.4559
CIE-Lab57.0379-30.8413-10.9597

#13989b color RGB value is (19,152,155).

#13989b hex color red value is 19, green value is 152 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #13989b hue: 0.50 , saturation: 0.78 and the lightness value of 13989b is 0.34.

The process color (four color CMYK) of #13989b color hex is 0.88, 0.02, 0.00, 0.39. Web safe color of #13989b is #009999. Color #13989b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011000 10011011
Octal 23 230 233
Decimal 19 152 155
Hex 13 98 9B

RGB Percentages of Color #13989b

%5.83
%46.63
%47.55

CMYK Percentages of Color #13989b

%88
%2
%0
%39

Triadic Colors of #13989b

#13989b #9b1398 #989b13

Analogous Colors of #13989b

#13989b #13549b #139b5a

Monochromatic Colors of #13989b

#13989b

Complementary Color

#13989b #9b1613

#13989b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13989b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13989b Color CSS Codes

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

#13989b Text Font Color

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

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


#13989b Background Color

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

This div background color is #13989b


#13989b Border Color

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

This div border color is #13989b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13989b


Comments

No comments written yet.

Please login to write comment.