Color Hex Logo

#157fbd Color Hex

#157FBD
(21,127,189)
0 Favorites   0 Comments

Color spaces of #157fbd

RGB 21127189
HSL0.560.800.41
HSV202°89°74°
CMYK 0.890.330.00   0.26
XYZ17.083919.012350.9134
Yxy19.01230.19630.2185
Hunter Lab43.6031-6.3683-38.7081
CIE-Lab50.7016-5.3312-40.2314

#157fbd color RGB value is (21,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111111 10111101
Octal 25 177 275
Decimal 21 127 189
Hex 15 7F BD

RGB Percentages of Color #157fbd

%6.23
%37.69
%56.08

CMYK Percentages of Color #157fbd

%89
%33
%0
%26

Triadic Colors of #157fbd

#157fbd #bd157f #7fbd15

Analogous Colors of #157fbd

#157fbd #152bbd #15bda7

Monochromatic Colors of #157fbd

#157fbd

Complementary Color

#157fbd #bd5315

#157fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#157fbd Color CSS Codes

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

#157fbd Text Font Color

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

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


#157fbd Background Color

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

This div background color is #157fbd


#157fbd Border Color

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

This div border color is #157fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,127,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 #157fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157fbd


Comments

No comments written yet.

Please login to write comment.