Color Hex Logo

#157bbd Color Hex

#157BBD
(21,123,189)
0 Favorites   0 Comments

Color spaces of #157bbd

RGB 21123189
HSL0.570.800.41
HSV204°89°74°
CMYK 0.890.350.00   0.26
XYZ16.577517.999550.7446
Yxy17.99950.19430.2110
Hunter Lab42.4258-4.4979-41.2174
CIE-Lab49.4955-2.9486-42.1392

#157bbd color RGB value is (21,123,189).

#157bbd hex color red value is 21, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #157bbd hue: 0.57 , saturation: 0.80 and the lightness value of 157bbd is 0.41.

The process color (four color CMYK) of #157bbd color hex is 0.89, 0.35, 0.00, 0.26. Web safe color of #157bbd is #0066cc. Color #157bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111011 10111101
Octal 25 173 275
Decimal 21 123 189
Hex 15 7B BD

RGB Percentages of Color #157bbd

%6.31
%36.94
%56.76

CMYK Percentages of Color #157bbd

%89
%35
%0
%26

Triadic Colors of #157bbd

#157bbd #bd157b #7bbd15

Analogous Colors of #157bbd

#157bbd #1527bd #15bdab

Monochromatic Colors of #157bbd

#157bbd

Complementary Color

#157bbd #bd5715

#157bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#157bbd Color CSS Codes

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

#157bbd Text Font Color

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

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


#157bbd Background Color

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

This div background color is #157bbd


#157bbd Border Color

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

This div border color is #157bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157bbd


Comments

No comments written yet.

Please login to write comment.