Color Hex Logo

#148eab Color Hex

#148EAB
(20,142,171)
0 Favorites   0 Comments

Color spaces of #148eab

RGB 20142171
HSL0.530.790.37
HSV192°88°67°
CMYK 0.880.170.00   0.33
XYZ17.312222.435041.9460
Yxy22.43500.21190.2746
Hunter Lab47.3656-17.6478-19.3501
CIE-Lab54.4855-20.3899-23.9991

#148eab color RGB value is (20,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001110 10101011
Octal 24 216 253
Decimal 20 142 171
Hex 14 8E AB

RGB Percentages of Color #148eab

%6.01
%42.64
%51.35

CMYK Percentages of Color #148eab

%88
%17
%0
%33

Triadic Colors of #148eab

#148eab #ab148e #8eab14

Analogous Colors of #148eab

#148eab #1443ab #14ab7d

Monochromatic Colors of #148eab

#148eab

Complementary Color

#148eab #ab3114

#148eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#148eab Color CSS Codes

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

#148eab Text Font Color

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

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


#148eab Background Color

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

This div background color is #148eab


#148eab Border Color

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

This div border color is #148eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148eab


Comments

No comments written yet.

Please login to write comment.