Color Hex Logo

#147074 Color Hex

#147074
(20,112,116)
0 Favorites   0 Comments

Color spaces of #147074

RGB 20112116
HSL0.510.710.27
HSV183°83°45°
CMYK 0.830.030.00   0.55
XYZ9.235012.998018.5451
Yxy12.99800.22650.3187
Hunter Lab36.0527-17.3691-5.2612
CIE-Lab42.7602-23.4136-9.5522

#147074 color RGB value is (20,112,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110000 01110100
Octal 24 160 164
Decimal 20 112 116
Hex 14 70 74

RGB Percentages of Color #147074

%8.06
%45.16
%46.77

CMYK Percentages of Color #147074

%83
%3
%0
%55

Triadic Colors of #147074

#147074 #741470 #707414

Analogous Colors of #147074

#147074 #144074 #147448

Monochromatic Colors of #147074

#147074

Complementary Color

#147074 #741814

#147074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147074 Color CSS Codes

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

#147074 Text Font Color

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

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


#147074 Background Color

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

This div background color is #147074


#147074 Border Color

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

This div border color is #147074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147074


Comments

No comments written yet.

Please login to write comment.