Color Hex Logo

#148cac Color Hex

#148CAC
(20,140,172)
0 Favorites   0 Comments

Color spaces of #148cac

RGB 20140172
HSL0.540.790.38
HSV193°88°67°
CMYK 0.880.190.00   0.33
XYZ17.113021.883442.3517
Yxy21.88340.21040.2690
Hunter Lab46.7797-16.5654-20.9320
CIE-Lab53.9031-18.9706-25.4710

#148cac color RGB value is (20,140,172).

#148cac hex color red value is 20, green value is 140 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #148cac hue: 0.54 , saturation: 0.79 and the lightness value of 148cac is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001100 10101100
Octal 24 214 254
Decimal 20 140 172
Hex 14 8C AC

RGB Percentages of Color #148cac

%6.02
%42.17
%51.81

CMYK Percentages of Color #148cac

%88
%19
%0
%33

Triadic Colors of #148cac

#148cac #ac148c #8cac14

Analogous Colors of #148cac

#148cac #1440ac #14ac80

Monochromatic Colors of #148cac

#148cac

Complementary Color

#148cac #ac3414

#148cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#148cac Color CSS Codes

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

#148cac Text Font Color

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

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


#148cac Background Color

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

This div background color is #148cac


#148cac Border Color

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

This div border color is #148cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148cac


Comments

No comments written yet.

Please login to write comment.