Color Hex Logo

#157abe Color Hex

#157ABE
(21,122,190)
0 Favorites   0 Comments

Color spaces of #157abe

RGB 21122190
HSL0.570.800.41
HSV204°89°75°
CMYK 0.890.360.00   0.25
XYZ16.563117.796251.2772
Yxy17.79620.19340.2078
Hunter Lab42.1855-3.7411-42.5381
CIE-Lab49.2480-1.9626-43.1065

#157abe color RGB value is (21,122,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111010 10111110
Octal 25 172 276
Decimal 21 122 190
Hex 15 7A BE

RGB Percentages of Color #157abe

%6.31
%36.64
%57.06

CMYK Percentages of Color #157abe

%89
%36
%0
%25

Triadic Colors of #157abe

#157abe #be157a #7abe15

Analogous Colors of #157abe

#157abe #1525be #15beae

Monochromatic Colors of #157abe

#157abe

Complementary Color

#157abe #be5915

#157abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#157abe Color CSS Codes

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

#157abe Text Font Color

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

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


#157abe Background Color

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

This div background color is #157abe


#157abe Border Color

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

This div border color is #157abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157abe


Comments

No comments written yet.

Please login to write comment.