Color Hex Logo

#157dce Color Hex

#157DCE
(21,125,206)
0 Favorites   0 Comments

Color spaces of #157dce

RGB 21125206
HSL0.570.810.45
HSV206°90°81°
CMYK 0.900.390.00   0.19
XYZ18.783519.282961.1245
Yxy19.28290.18940.1944
Hunter Lab43.9123-0.4931-51.7912
CIE-Lab51.01662.3744-49.4407

#157dce color RGB value is (21,125,206).

#157dce hex color red value is 21, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #157dce hue: 0.57 , saturation: 0.81 and the lightness value of 157dce is 0.45.

The process color (four color CMYK) of #157dce color hex is 0.90, 0.39, 0.00, 0.19. Web safe color of #157dce is #0066cc. Color #157dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111101 11001110
Octal 25 175 316
Decimal 21 125 206
Hex 15 7D CE

RGB Percentages of Color #157dce

%5.97
%35.51
%58.52

CMYK Percentages of Color #157dce

%90
%39
%0
%19

Triadic Colors of #157dce

#157dce #ce157d #7dce15

Analogous Colors of #157dce

#157dce #1521ce #15cec3

Monochromatic Colors of #157dce

#157dce

Complementary Color

#157dce #ce6615

#157dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#157dce Color CSS Codes

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

#157dce Text Font Color

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

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


#157dce Background Color

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

This div background color is #157dce


#157dce Border Color

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

This div border color is #157dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157dce


Comments

No comments written yet.

Please login to write comment.