Color Hex Logo

#157bcc Color Hex

#157BCC
(21,123,204)
0 Favorites   0 Comments

Color spaces of #157bcc

RGB 21123204
HSL0.570.810.44
HSV207°90°80°
CMYK 0.900.400.00   0.20
XYZ18.291318.685059.7692
Yxy18.68500.18910.1931
Hunter Lab43.2261-0.1128-51.7225
CIE-Lab50.31662.8250-49.4190

#157bcc color RGB value is (21,123,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111011 11001100
Octal 25 173 314
Decimal 21 123 204
Hex 15 7B CC

RGB Percentages of Color #157bcc

%6.03
%35.34
%58.62

CMYK Percentages of Color #157bcc

%90
%40
%0
%20

Triadic Colors of #157bcc

#157bcc #cc157b #7bcc15

Analogous Colors of #157bcc

#157bcc #1520cc #15ccc2

Monochromatic Colors of #157bcc

#157bcc

Complementary Color

#157bcc #cc6615

#157bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#157bcc Color CSS Codes

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

#157bcc Text Font Color

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

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


#157bcc Background Color

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

This div background color is #157bcc


#157bcc Border Color

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

This div border color is #157bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157bcc


Comments

No comments written yet.

Please login to write comment.