Color Hex Logo

#1388ac Color Hex

#1388AC
(19,136,172)
0 Favorites   0 Comments

Color spaces of #1388ac

RGB 19136172
HSL0.540.800.37
HSV194°89°67°
CMYK 0.890.210.00   0.33
XYZ16.519120.725342.1595
Yxy20.72530.20800.2610
Hunter Lab45.5250-14.8988-23.0393
CIE-Lab52.6475-16.8634-27.4145

#1388ac color RGB value is (19,136,172).

#1388ac hex color red value is 19, green value is 136 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1388ac hue: 0.54 , saturation: 0.80 and the lightness value of 1388ac is 0.37.

The process color (four color CMYK) of #1388ac color hex is 0.89, 0.21, 0.00, 0.33. Web safe color of #1388ac is #009999. Color #1388ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001000 10101100
Octal 23 210 254
Decimal 19 136 172
Hex 13 88 AC

RGB Percentages of Color #1388ac

%5.81
%41.59
%52.60

CMYK Percentages of Color #1388ac

%89
%21
%0
%33

Triadic Colors of #1388ac

#1388ac #ac1388 #88ac13

Analogous Colors of #1388ac

#1388ac #133bac #13ac84

Monochromatic Colors of #1388ac

#1388ac

Complementary Color

#1388ac #ac3713

#1388ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1388ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1388ac Color CSS Codes

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

#1388ac Text Font Color

<p style="color:#1388ac">Text here</p>

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


#1388ac Background Color

<div style="background-color:#1388ac">
Div content here</div>

This div background color is #1388ac


#1388ac Border Color

<div style="border:3px solid #1388ac">
Div here</div>

This div border color is #1388ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,136,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1388ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1388ac;
  -webkit-box-shadow: 1px 1px 3px 2px #1388ac;
  box-shadow:         1px 1px 3px 2px #1388ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1388ac


Comments

No comments written yet.

Please login to write comment.