Color Hex Logo

#147988 Color Hex

#147988
(20,121,136)
0 Favorites   0 Comments

Color spaces of #147988

RGB 20121136
HSL0.520.740.31
HSV188°85°53°
CMYK 0.850.110.00   0.47
XYZ11.569815.601025.6941
Yxy15.60100.21890.2951
Hunter Lab39.4981-16.8354-10.9204
CIE-Lab46.4466-21.3676-15.9247

#147988 color RGB value is (20,121,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111001 10001000
Octal 24 171 210
Decimal 20 121 136
Hex 14 79 88

RGB Percentages of Color #147988

%7.22
%43.68
%49.10

CMYK Percentages of Color #147988

%85
%11
%0
%47

Triadic Colors of #147988

#147988 #881479 #798814

Analogous Colors of #147988

#147988 #143f88 #14885d

Monochromatic Colors of #147988

#147988

Complementary Color

#147988 #882314

#147988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147988 Color CSS Codes

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

#147988 Text Font Color

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

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


#147988 Background Color

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

This div background color is #147988


#147988 Border Color

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

This div border color is #147988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147988


Comments

No comments written yet.

Please login to write comment.