Color Hex Logo

#157eee Color Hex

#157EEE
(21,126,238)
0 Favorites   0 Comments

Color spaces of #157eee

RGB 21126238
HSL0.590.860.51
HSV211°91°93°
CMYK 0.910.470.00   0.07
XYZ23.202721.254283.7685
Yxy21.25420.18100.1658
Hunter Lab46.10239.1578-75.4592
CIE-Lab53.226614.1000-63.9049

#157eee color RGB value is (21,126,238).

#157eee hex color red value is 21, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #157eee hue: 0.59 , saturation: 0.86 and the lightness value of 157eee is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111110 11101110
Octal 25 176 356
Decimal 21 126 238
Hex 15 7E EE

RGB Percentages of Color #157eee

%5.45
%32.73
%61.82

CMYK Percentages of Color #157eee

%91
%47
%0
%7

Triadic Colors of #157eee

#157eee #ee157e #7eee15

Analogous Colors of #157eee

#157eee #1915ee #15ebee

Monochromatic Colors of #157eee

#157eee

Complementary Color

#157eee #ee8515

#157eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#157eee Color CSS Codes

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

#157eee Text Font Color

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

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


#157eee Background Color

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

This div background color is #157eee


#157eee Border Color

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

This div border color is #157eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157eee


Comments

No comments written yet.

Please login to write comment.