Color Hex Logo

#157faf Color Hex

#157FAF
(21,127,175)
0 Favorites   0 Comments

Color spaces of #157faf

RGB 21127175
HSL0.550.790.38
HSV199°88°69°
CMYK 0.880.270.00   0.31
XYZ15.636518.433343.2913
Yxy18.43330.20210.2383
Hunter Lab42.9340-10.1251-29.7296
CIE-Lab50.0175-10.5877-33.2420

#157faf color RGB value is (21,127,175).

#157faf hex color red value is 21, green value is 127 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #157faf hue: 0.55 , saturation: 0.79 and the lightness value of 157faf is 0.38.

The process color (four color CMYK) of #157faf color hex is 0.88, 0.27, 0.00, 0.31. Web safe color of #157faf is #006699. Color #157faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111111 10101111
Octal 25 177 257
Decimal 21 127 175
Hex 15 7F AF

RGB Percentages of Color #157faf

%6.50
%39.32
%54.18

CMYK Percentages of Color #157faf

%88
%27
%0
%31

Triadic Colors of #157faf

#157faf #af157f #7faf15

Analogous Colors of #157faf

#157faf #1532af #15af92

Monochromatic Colors of #157faf

#157faf

Complementary Color

#157faf #af4515

#157faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#157faf Color CSS Codes

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

#157faf Text Font Color

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

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


#157faf Background Color

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

This div background color is #157faf


#157faf Border Color

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

This div border color is #157faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157faf


Comments

No comments written yet.

Please login to write comment.