Color Hex Logo

#149bdb Color Hex

#149BDB
(20,155,219)
0 Favorites   0 Comments

Color spaces of #149bdb

RGB 20155219
HSL0.550.830.47
HSV199°91°86°
CMYK 0.910.290.00   0.14
XYZ24.796028.705971.2517
Yxy28.70590.19880.2301
Hunter Lab53.5779-11.1510-41.3436
CIE-Lab60.5212-10.3473-41.7037

#149bdb color RGB value is (20,155,219).

#149bdb hex color red value is 20, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #149bdb hue: 0.55 , saturation: 0.83 and the lightness value of 149bdb is 0.47.

The process color (four color CMYK) of #149bdb color hex is 0.91, 0.29, 0.00, 0.14. Web safe color of #149bdb is #0099cc. Color #149bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011011 11011011
Octal 24 233 333
Decimal 20 155 219
Hex 14 9B DB

RGB Percentages of Color #149bdb

%5.08
%39.34
%55.58

CMYK Percentages of Color #149bdb

%91
%29
%0
%14

Triadic Colors of #149bdb

#149bdb #db149b #9bdb14

Analogous Colors of #149bdb

#149bdb #1437db #14dbb8

Monochromatic Colors of #149bdb

#149bdb

Complementary Color

#149bdb #db5414

#149bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#149bdb Color CSS Codes

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

#149bdb Text Font Color

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

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


#149bdb Background Color

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

This div background color is #149bdb


#149bdb Border Color

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

This div border color is #149bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149bdb


Comments

No comments written yet.

Please login to write comment.