Color Hex Logo

#157aac Color Hex

#157AAC
(21,122,172)
0 Favorites   0 Comments

Color spaces of #157aac

RGB 21122172
HSL0.560.780.38
HSV200°88°67°
CMYK 0.880.290.00   0.33
XYZ14.715217.057141.5465
Yxy17.05710.20070.2326
Hunter Lab41.3002-8.6762-30.7334
CIE-Lab48.3319-8.8123-34.1453

#157aac color RGB value is (21,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111010 10101100
Octal 25 172 254
Decimal 21 122 172
Hex 15 7A AC

RGB Percentages of Color #157aac

%6.67
%38.73
%54.60

CMYK Percentages of Color #157aac

%88
%29
%0
%33

Triadic Colors of #157aac

#157aac #ac157a #7aac15

Analogous Colors of #157aac

#157aac #152fac #15ac93

Monochromatic Colors of #157aac

#157aac

Complementary Color

#157aac #ac4715

#157aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#157aac Color CSS Codes

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

#157aac Text Font Color

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

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


#157aac Background Color

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

This div background color is #157aac


#157aac Border Color

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

This div border color is #157aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157aac


Comments

No comments written yet.

Please login to write comment.