Color Hex Logo

#148ab2 Color Hex

#148AB2
(20,138,178)
0 Favorites   0 Comments

Color spaces of #148ab2

RGB 20138178
HSL0.540.800.39
HSV195°89°70°
CMYK 0.890.220.00   0.30
XYZ17.412921.540045.3594
Yxy21.54000.20650.2555
Hunter Lab46.4112-14.2487-25.4585
CIE-Lab53.5355-15.7464-29.4820

#148ab2 color RGB value is (20,138,178).

#148ab2 hex color red value is 20, green value is 138 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #148ab2 hue: 0.54 , saturation: 0.80 and the lightness value of 148ab2 is 0.39.

The process color (four color CMYK) of #148ab2 color hex is 0.89, 0.22, 0.00, 0.30. Web safe color of #148ab2 is #009999. Color #148ab2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001010 10110010
Octal 24 212 262
Decimal 20 138 178
Hex 14 8A B2

RGB Percentages of Color #148ab2

%5.95
%41.07
%52.98

CMYK Percentages of Color #148ab2

%89
%22
%0
%30

Triadic Colors of #148ab2

#148ab2 #b2148a #8ab214

Analogous Colors of #148ab2

#148ab2 #143bb2 #14b28b

Monochromatic Colors of #148ab2

#148ab2

Complementary Color

#148ab2 #b23c14

#148ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148ab2 Color CSS Codes

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

#148ab2 Text Font Color

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

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


#148ab2 Background Color

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

This div background color is #148ab2


#148ab2 Border Color

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

This div border color is #148ab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148ab2


Comments

No comments written yet.

Please login to write comment.