Color Hex Logo

#157ceb Color Hex

#157CEB
(21,124,235)
0 Favorites   0 Comments

Color spaces of #157ceb

RGB 21124235
HSL0.590.840.50
HSV211°91°92°
CMYK 0.910.470.00   0.08
XYZ22.512320.572981.3817
Yxy20.57290.18090.1653
Hunter Lab45.35749.2199-74.6300
CIE-Lab52.478914.1923-63.4367

#157ceb color RGB value is (21,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111100 11101011
Octal 25 174 353
Decimal 21 124 235
Hex 15 7C EB

RGB Percentages of Color #157ceb

%5.53
%32.63
%61.84

CMYK Percentages of Color #157ceb

%91
%47
%0
%8

Triadic Colors of #157ceb

#157ceb #eb157c #7ceb15

Analogous Colors of #157ceb

#157ceb #1915eb #15e7eb

Monochromatic Colors of #157ceb

#157ceb

Complementary Color

#157ceb #eb8415

#157ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#157ceb Color CSS Codes

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

#157ceb Text Font Color

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

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


#157ceb Background Color

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

This div background color is #157ceb


#157ceb Border Color

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

This div border color is #157ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,124,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 #157ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157ceb


Comments

No comments written yet.

Please login to write comment.