Color Hex Logo

#149abb Color Hex

#149ABB
(20,154,187)
0 Favorites   0 Comments

Color spaces of #149abb

RGB 20154187
HSL0.530.810.41
HSV192°89°73°
CMYK 0.890.180.00   0.27
XYZ20.813726.847851.0988
Yxy26.84780.21070.2718
Hunter Lab51.8149-18.9737-22.2002
CIE-Lab58.8332-21.1820-26.3996

#149abb color RGB value is (20,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011010 10111011
Octal 24 232 273
Decimal 20 154 187
Hex 14 9A BB

RGB Percentages of Color #149abb

%5.54
%42.66
%51.80

CMYK Percentages of Color #149abb

%89
%18
%0
%27

Triadic Colors of #149abb

#149abb #bb149a #9abb14

Analogous Colors of #149abb

#149abb #1447bb #14bb89

Monochromatic Colors of #149abb

#149abb

Complementary Color

#149abb #bb3514

#149abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#149abb Color CSS Codes

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

#149abb Text Font Color

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

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


#149abb Background Color

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

This div background color is #149abb


#149abb Border Color

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

This div border color is #149abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149abb


Comments

No comments written yet.

Please login to write comment.