Color Hex Logo

#157baa Color Hex

#157BAA
(21,123,170)
0 Favorites   0 Comments

Color spaces of #157baa

RGB 21123170
HSL0.550.780.37
HSV199°88°67°
CMYK 0.880.280.00   0.33
XYZ14.647917.227640.5834
Yxy17.22760.20220.2378
Hunter Lab41.5061-9.6415-28.9176
CIE-Lab48.5455-10.1431-32.6473

#157baa color RGB value is (21,123,170).

#157baa hex color red value is 21, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #157baa hue: 0.55 , saturation: 0.78 and the lightness value of 157baa is 0.37.

The process color (four color CMYK) of #157baa color hex is 0.88, 0.28, 0.00, 0.33. Web safe color of #157baa is #006699. Color #157baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111011 10101010
Octal 25 173 252
Decimal 21 123 170
Hex 15 7B AA

RGB Percentages of Color #157baa

%6.69
%39.17
%54.14

CMYK Percentages of Color #157baa

%88
%28
%0
%33

Triadic Colors of #157baa

#157baa #aa157b #7baa15

Analogous Colors of #157baa

#157baa #1530aa #15aa8f

Monochromatic Colors of #157baa

#157baa

Complementary Color

#157baa #aa4415

#157baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#157baa Color CSS Codes

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

#157baa Text Font Color

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

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


#157baa Background Color

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

This div background color is #157baa


#157baa Border Color

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

This div border color is #157baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,123,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #157baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #157baa;
  -webkit-box-shadow: 1px 1px 3px 2px #157baa;
  box-shadow:         1px 1px 3px 2px #157baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157baa


Comments

No comments written yet.

Please login to write comment.