Color Hex Logo

#148996 Color Hex

#148996
(20,137,150)
2 Favorites   0 Comments

Color spaces of #148996

RGB 20137150
HSL0.520.760.33
HSV186°87°59°
CMYK 0.870.090.00   0.41
XYZ14.739220.242131.9844
Yxy20.24210.22010.3023
Hunter Lab44.9912-20.2577-10.6556
CIE-Lab52.1098-24.9506-15.5196

#148996 color RGB value is (20,137,150).

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

The process color (four color CMYK) of #148996 color hex is 0.87, 0.09, 0.00, 0.41. Web safe color of #148996 is #009999. Color #148996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001001 10010110
Octal 24 211 226
Decimal 20 137 150
Hex 14 89 96

RGB Percentages of Color #148996

%6.51
%44.63
%48.86

CMYK Percentages of Color #148996

%87
%9
%0
%41

Triadic Colors of #148996

#148996 #961489 #899614

Analogous Colors of #148996

#148996 #144896 #149662

Monochromatic Colors of #148996

#148996

Complementary Color

#148996 #962114

#148996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148996 Color CSS Codes

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

#148996 Text Font Color

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

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


#148996 Background Color

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

This div background color is #148996


#148996 Border Color

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

This div border color is #148996


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,137,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 #148996">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148996


Comments

No comments written yet.

Please login to write comment.