Color Hex Logo

#157cac Color Hex

#157CAC
(21,124,172)
0 Favorites   0 Comments

Color spaces of #157cac

RGB 21124172
HSL0.550.780.38
HSV199°88°67°
CMYK 0.880.280.00   0.33
XYZ14.963317.553341.6292
Yxy17.55330.20180.2367
Hunter Lab41.8967-9.5683-29.5838
CIE-Lab48.9498-9.9750-33.1762

#157cac color RGB value is (21,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111100 10101100
Octal 25 174 254
Decimal 21 124 172
Hex 15 7C AC

RGB Percentages of Color #157cac

%6.62
%39.12
%54.26

CMYK Percentages of Color #157cac

%88
%28
%0
%33

Triadic Colors of #157cac

#157cac #ac157c #7cac15

Analogous Colors of #157cac

#157cac #1530ac #15ac91

Monochromatic Colors of #157cac

#157cac

Complementary Color

#157cac #ac4515

#157cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#157cac Color CSS Codes

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

#157cac Text Font Color

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

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


#157cac Background Color

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

This div background color is #157cac


#157cac Border Color

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

This div border color is #157cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157cac


Comments

No comments written yet.

Please login to write comment.