Color Hex Logo

#157aeb Color Hex

#157AEB
(21,122,235)
0 Favorites   0 Comments

Color spaces of #157aeb

RGB 21122235
HSL0.590.840.50
HSV212°91°92°
CMYK 0.910.480.00   0.08
XYZ22.264220.076781.2990
Yxy20.07670.18010.1624
Hunter Lab44.807010.2827-76.2123
CIE-Lab51.923815.4440-64.3322

#157aeb color RGB value is (21,122,235).

#157aeb hex color red value is 21, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #157aeb hue: 0.59 , saturation: 0.84 and the lightness value of 157aeb is 0.50.

The process color (four color CMYK) of #157aeb color hex is 0.91, 0.48, 0.00, 0.08. Web safe color of #157aeb is #0066ff. Color #157aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111010 11101011
Octal 25 172 353
Decimal 21 122 235
Hex 15 7A EB

RGB Percentages of Color #157aeb

%5.56
%32.28
%62.17

CMYK Percentages of Color #157aeb

%91
%48
%0
%8

Triadic Colors of #157aeb

#157aeb #eb157a #7aeb15

Analogous Colors of #157aeb

#157aeb #1b15eb #15e5eb

Monochromatic Colors of #157aeb

#157aeb

Complementary Color

#157aeb #eb8615

#157aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#157aeb Color CSS Codes

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

#157aeb Text Font Color

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

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


#157aeb Background Color

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

This div background color is #157aeb


#157aeb Border Color

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

This div border color is #157aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157aeb


Comments

No comments written yet.

Please login to write comment.