Color Hex Logo

#148fbd Color Hex

#148FBD
(20,143,189)
0 Favorites   0 Comments

Color spaces of #148fbd

RGB 20143189
HSL0.550.810.41
HSV196°89°74°
CMYK 0.890.240.00   0.26
XYZ19.296323.467851.6568
Yxy23.46780.20440.2485
Hunter Lab48.4436-13.6752-29.3122
CIE-Lab55.5510-14.5438-32.6223

#148fbd color RGB value is (20,143,189).

#148fbd hex color red value is 20, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #148fbd hue: 0.55 , saturation: 0.81 and the lightness value of 148fbd is 0.41.

The process color (four color CMYK) of #148fbd color hex is 0.89, 0.24, 0.00, 0.26. Web safe color of #148fbd is #0099cc. Color #148fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001111 10111101
Octal 24 217 275
Decimal 20 143 189
Hex 14 8F BD

RGB Percentages of Color #148fbd

%5.68
%40.63
%53.69

CMYK Percentages of Color #148fbd

%89
%24
%0
%26

Triadic Colors of #148fbd

#148fbd #bd148f #8fbd14

Analogous Colors of #148fbd

#148fbd #143bbd #14bd97

Monochromatic Colors of #148fbd

#148fbd

Complementary Color

#148fbd #bd4214

#148fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#148fbd Color CSS Codes

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

#148fbd Text Font Color

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

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


#148fbd Background Color

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

This div background color is #148fbd


#148fbd Border Color

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

This div border color is #148fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148fbd


Comments

No comments written yet.

Please login to write comment.