Color Hex Logo

#157eea Color Hex

#157EEA
(21,126,234)
0 Favorites   0 Comments

Color spaces of #157eea

RGB 21126234
HSL0.580.840.50
HSV210°91°92°
CMYK 0.910.460.00   0.08
XYZ22.621421.021780.7072
Yxy21.02170.18190.1691
Hunter Lab45.84947.8326-72.2716
CIE-Lab52.973212.5603-62.0815

#157eea color RGB value is (21,126,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111110 11101010
Octal 25 176 352
Decimal 21 126 234
Hex 15 7E EA

RGB Percentages of Color #157eea

%5.51
%33.07
%61.42

CMYK Percentages of Color #157eea

%91
%46
%0
%8

Triadic Colors of #157eea

#157eea #ea157e #7eea15

Analogous Colors of #157eea

#157eea #1715ea #15e9ea

Monochromatic Colors of #157eea

#157eea

Complementary Color

#157eea #ea8115

#157eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#157eea Color CSS Codes

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

#157eea Text Font Color

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

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


#157eea Background Color

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

This div background color is #157eea


#157eea Border Color

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

This div border color is #157eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157eea


Comments

No comments written yet.

Please login to write comment.