Color Hex Logo

#147857 Color Hex

#147857
(20,120,87)
0 Favorites   0 Comments

Color spaces of #147857

RGB 2012087
HSL0.450.710.27
HSV160°83°47°
CMYK 0.830.000.28   0.53
XYZ8.725314.269811.3113
Yxy14.26980.25430.4160
Hunter Lab37.7754-24.87738.6892
CIE-Lab44.6174-35.727810.4941

#147857 color RGB value is (20,120,87).

#147857 hex color red value is 20, green value is 120 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #147857 hue: 0.45 , saturation: 0.71 and the lightness value of 147857 is 0.27.

The process color (four color CMYK) of #147857 color hex is 0.83, 0.00, 0.28, 0.53. Web safe color of #147857 is #006666. Color #147857 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111000 01010111
Octal 24 170 127
Decimal 20 120 87
Hex 14 78 57

RGB Percentages of Color #147857

%8.81
%52.86
%38.33

CMYK Percentages of Color #147857

%83
%0
%28
%53

Triadic Colors of #147857

#147857 #571478 #785714

Analogous Colors of #147857

#147857 #146778 #147825

Monochromatic Colors of #147857

#147857

Complementary Color

#147857 #781435

#147857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147857 Color CSS Codes

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

#147857 Text Font Color

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

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


#147857 Background Color

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

This div background color is #147857


#147857 Border Color

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

This div border color is #147857


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,120,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #147857; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #147857;
  -webkit-box-shadow: 1px 1px 3px 2px #147857;
  box-shadow:         1px 1px 3px 2px #147857; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,120,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147857


Comments

No comments written yet.

Please login to write comment.