Color Hex Logo

#147058 Color Hex

#147058
(20,112,88)
0 Favorites   0 Comments

Color spaces of #147058

RGB 2011288
HSL0.460.700.26
HSV164°82°44°
CMYK 0.820.000.21   0.56
XYZ7.844112.441611.2206
Yxy12.44160.24900.3949
Hunter Lab35.2727-22.03155.8301
CIE-Lab41.9095-31.92026.0773

#147058 color RGB value is (20,112,88).

#147058 hex color red value is 20, green value is 112 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #147058 hue: 0.46 , saturation: 0.70 and the lightness value of 147058 is 0.26.

The process color (four color CMYK) of #147058 color hex is 0.82, 0.00, 0.21, 0.56. Web safe color of #147058 is #006666. Color #147058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110000 01011000
Octal 24 160 130
Decimal 20 112 88
Hex 14 70 58

RGB Percentages of Color #147058

%9.09
%50.91
%40.00

CMYK Percentages of Color #147058

%82
%0
%21
%56

Triadic Colors of #147058

#147058 #581470 #705814

Analogous Colors of #147058

#147058 #145a70 #14702a

Monochromatic Colors of #147058

#147058

Complementary Color

#147058 #70142c

#147058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147058 Color CSS Codes

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

#147058 Text Font Color

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

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


#147058 Background Color

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

This div background color is #147058


#147058 Border Color

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

This div border color is #147058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147058


Comments

No comments written yet.

Please login to write comment.