Color Hex Logo

#149dbb Color Hex

#149DBB
(20,157,187)
0 Favorites   0 Comments

Color spaces of #149dbb

RGB 20157187
HSL0.530.810.41
HSV191°89°73°
CMYK 0.890.160.00   0.27
XYZ21.315127.850551.2660
Yxy27.85050.21220.2773
Hunter Lab52.7736-20.2581-20.6548
CIE-Lab59.7534-22.7477-24.9823

#149dbb color RGB value is (20,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011101 10111011
Octal 24 235 273
Decimal 20 157 187
Hex 14 9D BB

RGB Percentages of Color #149dbb

%5.49
%43.13
%51.37

CMYK Percentages of Color #149dbb

%89
%16
%0
%27

Triadic Colors of #149dbb

#149dbb #bb149d #9dbb14

Analogous Colors of #149dbb

#149dbb #144abb #14bb86

Monochromatic Colors of #149dbb

#149dbb

Complementary Color

#149dbb #bb3214

#149dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#149dbb Color CSS Codes

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

#149dbb Text Font Color

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

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


#149dbb Background Color

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

This div background color is #149dbb


#149dbb Border Color

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

This div border color is #149dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149dbb


Comments

No comments written yet.

Please login to write comment.