Color Hex Logo

#157abc Color Hex

#157ABC
(21,122,188)
0 Favorites   0 Comments

Color spaces of #157abc

RGB 21122188
HSL0.570.800.41
HSV204°89°74°
CMYK 0.890.350.00   0.26
XYZ16.345917.709350.1337
Yxy17.70930.19420.2104
Hunter Lab42.0824-4.3102-41.1758
CIE-Lab49.1416-2.7303-42.1246

#157abc color RGB value is (21,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111010 10111100
Octal 25 172 274
Decimal 21 122 188
Hex 15 7A BC

RGB Percentages of Color #157abc

%6.34
%36.86
%56.80

CMYK Percentages of Color #157abc

%89
%35
%0
%26

Triadic Colors of #157abc

#157abc #bc157a #7abc15

Analogous Colors of #157abc

#157abc #1526bc #15bcab

Monochromatic Colors of #157abc

#157abc

Complementary Color

#157abc #bc5715

#157abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#157abc Color CSS Codes

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

#157abc Text Font Color

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

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


#157abc Background Color

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

This div background color is #157abc


#157abc Border Color

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

This div border color is #157abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157abc


Comments

No comments written yet.

Please login to write comment.