Color Hex Logo

#148dab Color Hex

#148DAB
(20,141,171)
0 Favorites   0 Comments

Color spaces of #148dab

RGB 20141171
HSL0.530.790.37
HSV192°88°67°
CMYK 0.880.180.00   0.33
XYZ17.164122.138741.8966
Yxy22.13870.21140.2726
Hunter Lab47.0518-17.2253-19.8577
CIE-Lab54.1739-19.8570-24.4793

#148dab color RGB value is (20,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001101 10101011
Octal 24 215 253
Decimal 20 141 171
Hex 14 8D AB

RGB Percentages of Color #148dab

%6.02
%42.47
%51.51

CMYK Percentages of Color #148dab

%88
%18
%0
%33

Triadic Colors of #148dab

#148dab #ab148d #8dab14

Analogous Colors of #148dab

#148dab #1442ab #14ab7e

Monochromatic Colors of #148dab

#148dab

Complementary Color

#148dab #ab3214

#148dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#148dab Color CSS Codes

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

#148dab Text Font Color

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

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


#148dab Background Color

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

This div background color is #148dab


#148dab Border Color

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

This div border color is #148dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148dab


Comments

No comments written yet.

Please login to write comment.