Color Hex Logo

#157bcd Color Hex

#157BCD
(21,123,205)
0 Favorites   0 Comments

Color spaces of #157bcd

RGB 21123205
HSL0.570.810.44
HSV207°90°80°
CMYK 0.900.400.00   0.20
XYZ18.411718.733160.4031
Yxy18.73310.18870.1920
Hunter Lab43.28180.1894-52.4466
CIE-Lab50.37353.2119-49.8978

#157bcd color RGB value is (21,123,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111011 11001101
Octal 25 173 315
Decimal 21 123 205
Hex 15 7B CD

RGB Percentages of Color #157bcd

%6.02
%35.24
%58.74

CMYK Percentages of Color #157bcd

%90
%40
%0
%20

Triadic Colors of #157bcd

#157bcd #cd157b #7bcd15

Analogous Colors of #157bcd

#157bcd #151fcd #15cdc3

Monochromatic Colors of #157bcd

#157bcd

Complementary Color

#157bcd #cd6715

#157bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#157bcd Color CSS Codes

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

#157bcd Text Font Color

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

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


#157bcd Background Color

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

This div background color is #157bcd


#157bcd Border Color

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

This div border color is #157bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157bcd


Comments

No comments written yet.

Please login to write comment.