Color Hex Logo

#147876 Color Hex

#147876
(20,120,118)
0 Favorites   0 Comments

Color spaces of #147876

RGB 20120118
HSL0.500.710.27
HSV179°83°47°
CMYK 0.830.000.02   0.53
XYZ10.275014.889719.4720
Yxy14.88970.23020.3336
Hunter Lab38.5872-19.9965-2.9081
CIE-Lab45.4828-26.8250-6.6752

#147876 color RGB value is (20,120,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111000 01110110
Octal 24 170 166
Decimal 20 120 118
Hex 14 78 76

RGB Percentages of Color #147876

%7.75
%46.51
%45.74

CMYK Percentages of Color #147876

%83
%0
%2
%53

Triadic Colors of #147876

#147876 #761478 #787614

Analogous Colors of #147876

#147876 #144878 #147844

Monochromatic Colors of #147876

#147876

Complementary Color

#147876 #781416

#147876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147876 Color CSS Codes

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

#147876 Text Font Color

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

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


#147876 Background Color

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

This div background color is #147876


#147876 Border Color

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

This div border color is #147876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147876


Comments

No comments written yet.

Please login to write comment.