Color Hex Logo

#157073 Color Hex

#157073
(21,112,115)
0 Favorites   0 Comments

Color spaces of #157073

RGB 21112115
HSL0.510.690.27
HSV182°82°45°
CMYK 0.820.030.00   0.55
XYZ9.197912.985618.2413
Yxy12.98560.22750.3212
Hunter Lab36.0355-17.5009-4.7879
CIE-Lab42.7415-23.6413-8.9757

#157073 color RGB value is (21,112,115).

#157073 hex color red value is 21, green value is 112 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #157073 hue: 0.51 , saturation: 0.69 and the lightness value of 157073 is 0.27.

The process color (four color CMYK) of #157073 color hex is 0.82, 0.03, 0.00, 0.55. Web safe color of #157073 is #006666. Color #157073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01110000 01110011
Octal 25 160 163
Decimal 21 112 115
Hex 15 70 73

RGB Percentages of Color #157073

%8.47
%45.16
%46.37

CMYK Percentages of Color #157073

%82
%3
%0
%55

Triadic Colors of #157073

#157073 #731570 #707315

Analogous Colors of #157073

#157073 #154173 #157347

Monochromatic Colors of #157073

#157073

Complementary Color

#157073 #731815

#157073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157073 Color CSS Codes

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

#157073 Text Font Color

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

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


#157073 Background Color

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

This div background color is #157073


#157073 Border Color

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

This div border color is #157073


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,112,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #157073; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #157073;
  -webkit-box-shadow: 1px 1px 3px 2px #157073;
  box-shadow:         1px 1px 3px 2px #157073; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157073


Comments

No comments written yet.

Please login to write comment.