Color Hex Logo

#13988c Color Hex

#13988C
(19,152,140)
0 Favorites   0 Comments

Color spaces of #13988c

RGB 19152140
HSL0.480.780.34
HSV175°88°60°
CMYK 0.880.000.08   0.40
XYZ16.230424.488428.6822
Yxy24.48840.23390.3529
Hunter Lab49.4858-28.05540.2752
CIE-Lab56.5735-35.4208-3.0810

#13988c color RGB value is (19,152,140).

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

The process color (four color CMYK) of #13988c color hex is 0.88, 0.00, 0.08, 0.40. Web safe color of #13988c is #009999. Color #13988c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011000 10001100
Octal 23 230 214
Decimal 19 152 140
Hex 13 98 8C

RGB Percentages of Color #13988c

%6.11
%48.87
%45.02

CMYK Percentages of Color #13988c

%88
%0
%8
%40

Triadic Colors of #13988c

#13988c #8c1398 #988c13

Analogous Colors of #13988c

#13988c #136298 #13984a

Monochromatic Colors of #13988c

#13988c

Complementary Color

#13988c #98131f

#13988c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13988c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13988c Color CSS Codes

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

#13988c Text Font Color

<p style="color:#13988c">Text here</p>

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


#13988c Background Color

<div style="background-color:#13988c">
Div content here</div>

This div background color is #13988c


#13988c Border Color

<div style="border:3px solid #13988c">
Div here</div>

This div border color is #13988c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13988c


Comments

No comments written yet.

Please login to write comment.