Color Hex Logo

#157699 Color Hex

#157699
(21,118,153)
0 Favorites   0 Comments

Color spaces of #157699

RGB 21118153
HSL0.540.760.34
HSV196°86°60°
CMYK 0.860.230.00   0.40
XYZ12.537515.416232.4518
Yxy15.41620.20760.2552
Hunter Lab39.2635-11.7130-21.5196
CIE-Lab46.1991-13.5761-26.3551

#157699 color RGB value is (21,118,153).

#157699 hex color red value is 21, green value is 118 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #157699 hue: 0.54 , saturation: 0.76 and the lightness value of 157699 is 0.34.

The process color (four color CMYK) of #157699 color hex is 0.86, 0.23, 0.00, 0.40. Web safe color of #157699 is #006699. Color #157699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01110110 10011001
Octal 25 166 231
Decimal 21 118 153
Hex 15 76 99

RGB Percentages of Color #157699

%7.19
%40.41
%52.40

CMYK Percentages of Color #157699

%86
%23
%0
%40

Triadic Colors of #157699

#157699 #991576 #769915

Analogous Colors of #157699

#157699 #153499 #15997a

Monochromatic Colors of #157699

#157699

Complementary Color

#157699 #993815

#157699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157699 Color CSS Codes

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

#157699 Text Font Color

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

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


#157699 Background Color

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

This div background color is #157699


#157699 Border Color

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

This div border color is #157699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,118,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #157699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #157699;
  -webkit-box-shadow: 1px 1px 3px 2px #157699;
  box-shadow:         1px 1px 3px 2px #157699; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157699


Comments

No comments written yet.

Please login to write comment.