Color Hex Logo

#147596 Color Hex

#147596
(20,117,150)
0 Favorites   0 Comments

Color spaces of #147596

RGB 20117150
HSL0.540.760.33
HSV195°87°59°
CMYK 0.870.220.00   0.41
XYZ12.154815.073331.1230
Yxy15.07330.20830.2583
Hunter Lab38.8243-12.0593-20.3520
CIE-Lab45.7344-14.1899-25.3072

#147596 color RGB value is (20,117,150).

#147596 hex color red value is 20, green value is 117 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #147596 hue: 0.54 , saturation: 0.76 and the lightness value of 147596 is 0.33.

The process color (four color CMYK) of #147596 color hex is 0.87, 0.22, 0.00, 0.41. Web safe color of #147596 is #006699. Color #147596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110101 10010110
Octal 24 165 226
Decimal 20 117 150
Hex 14 75 96

RGB Percentages of Color #147596

%6.97
%40.77
%52.26

CMYK Percentages of Color #147596

%87
%22
%0
%41

Triadic Colors of #147596

#147596 #961475 #759614

Analogous Colors of #147596

#147596 #143496 #149676

Monochromatic Colors of #147596

#147596

Complementary Color

#147596 #963514

#147596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147596 Color CSS Codes

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

#147596 Text Font Color

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

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


#147596 Background Color

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

This div background color is #147596


#147596 Border Color

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

This div border color is #147596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147596


Comments

No comments written yet.

Please login to write comment.