Color Hex Logo

#148baa Color Hex

#148BAA
(20,139,170)
0 Favorites   0 Comments

Color spaces of #148baa

RGB 20139170
HSL0.530.790.37
HSV192°88°67°
CMYK 0.880.180.00   0.33
XYZ16.776821.516241.2990
Yxy21.51620.21080.2703
Hunter Lab46.3856-16.6146-20.3185
CIE-Lab53.5099-19.1369-24.9291

#148baa color RGB value is (20,139,170).

#148baa hex color red value is 20, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #148baa hue: 0.53 , saturation: 0.79 and the lightness value of 148baa is 0.37.

The process color (four color CMYK) of #148baa color hex is 0.88, 0.18, 0.00, 0.33. Web safe color of #148baa is #009999. Color #148baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001011 10101010
Octal 24 213 252
Decimal 20 139 170
Hex 14 8B AA

RGB Percentages of Color #148baa

%6.08
%42.25
%51.67

CMYK Percentages of Color #148baa

%88
%18
%0
%33

Triadic Colors of #148baa

#148baa #aa148b #8baa14

Analogous Colors of #148baa

#148baa #1440aa #14aa7e

Monochromatic Colors of #148baa

#148baa

Complementary Color

#148baa #aa3314

#148baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#148baa Color CSS Codes

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

#148baa Text Font Color

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

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


#148baa Background Color

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

This div background color is #148baa


#148baa Border Color

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

This div border color is #148baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,139,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #148baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #148baa;
  -webkit-box-shadow: 1px 1px 3px 2px #148baa;
  box-shadow:         1px 1px 3px 2px #148baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148baa


Comments

No comments written yet.

Please login to write comment.