Color Hex Logo

#148990 Color Hex

#148990
(20,137,144)
0 Favorites   0 Comments

Color spaces of #148990

RGB 20137144
HSL0.510.760.32
HSV183°86°56°
CMYK 0.860.050.00   0.44
XYZ14.268220.053729.5043
Yxy20.05370.22350.3142
Hunter Lab44.7814-21.4939-7.7164
CIE-Lab51.8979-26.9294-12.3558

#148990 color RGB value is (20,137,144).

#148990 hex color red value is 20, green value is 137 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #148990 hue: 0.51 , saturation: 0.76 and the lightness value of 148990 is 0.32.

The process color (four color CMYK) of #148990 color hex is 0.86, 0.05, 0.00, 0.44. Web safe color of #148990 is #009999. Color #148990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001001 10010000
Octal 24 211 220
Decimal 20 137 144
Hex 14 89 90

RGB Percentages of Color #148990

%6.64
%45.51
%47.84

CMYK Percentages of Color #148990

%86
%5
%0
%44

Triadic Colors of #148990

#148990 #901489 #899014

Analogous Colors of #148990

#148990 #144b90 #149059

Monochromatic Colors of #148990

#148990

Complementary Color

#148990 #901b14

#148990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148990 Color CSS Codes

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

#148990 Text Font Color

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

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


#148990 Background Color

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

This div background color is #148990


#148990 Border Color

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

This div border color is #148990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148990


Comments

No comments written yet.

Please login to write comment.