Color Hex Logo

#147886 Color Hex

#147886
(20,120,134)
0 Favorites   0 Comments

Color spaces of #147886

RGB 20120134
HSL0.520.740.30
HSV187°85°53°
CMYK 0.850.100.00   0.47
XYZ11.308015.302924.9120
Yxy15.30290.21950.2970
Hunter Lab39.1189-16.8596-10.3743
CIE-Lab46.0463-21.5255-15.3479

#147886 color RGB value is (20,120,134).

#147886 hex color red value is 20, green value is 120 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #147886 hue: 0.52 , saturation: 0.74 and the lightness value of 147886 is 0.30.

The process color (four color CMYK) of #147886 color hex is 0.85, 0.10, 0.00, 0.47. Web safe color of #147886 is #006699. Color #147886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111000 10000110
Octal 24 170 206
Decimal 20 120 134
Hex 14 78 86

RGB Percentages of Color #147886

%7.30
%43.80
%48.91

CMYK Percentages of Color #147886

%85
%10
%0
%47

Triadic Colors of #147886

#147886 #861478 #788614

Analogous Colors of #147886

#147886 #143f86 #14865b

Monochromatic Colors of #147886

#147886

Complementary Color

#147886 #862214

#147886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147886 Color CSS Codes

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

#147886 Text Font Color

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

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


#147886 Background Color

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

This div background color is #147886


#147886 Border Color

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

This div border color is #147886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147886


Comments

No comments written yet.

Please login to write comment.