Color Hex Logo

#149bbd Color Hex

#149BBD
(20,155,189)
0 Favorites   0 Comments

Color spaces of #149bbd

RGB 20155189
HSL0.530.810.41
HSV192°89°74°
CMYK 0.890.180.00   0.26
XYZ21.195127.265552.2898
Yxy27.26550.21040.2706
Hunter Lab52.2164-18.9239-22.8219
CIE-Lab59.2193-21.0165-26.9322

#149bbd color RGB value is (20,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011011 10111101
Octal 24 233 275
Decimal 20 155 189
Hex 14 9B BD

RGB Percentages of Color #149bbd

%5.49
%42.58
%51.92

CMYK Percentages of Color #149bbd

%89
%18
%0
%26

Triadic Colors of #149bbd

#149bbd #bd149b #9bbd14

Analogous Colors of #149bbd

#149bbd #1446bd #14bd8b

Monochromatic Colors of #149bbd

#149bbd

Complementary Color

#149bbd #bd3614

#149bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#149bbd Color CSS Codes

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

#149bbd Text Font Color

<p style="color:#149bbd">Text here</p>

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


#149bbd Background Color

<div style="background-color:#149bbd">
Div content here</div>

This div background color is #149bbd


#149bbd Border Color

<div style="border:3px solid #149bbd">
Div here</div>

This div border color is #149bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149bbd


Comments

No comments written yet.

Please login to write comment.