Color Hex Logo

#149abc Color Hex

#149ABC
(20,154,188)
0 Favorites   0 Comments

Color spaces of #149abc

RGB 20154188
HSL0.530.810.41
HSV192°89°74°
CMYK 0.890.180.00   0.26
XYZ20.921226.890851.6647
Yxy26.89080.21030.2703
Hunter Lab51.8563-18.7336-22.7715
CIE-Lab58.8731-20.8362-26.9024

#149abc color RGB value is (20,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011010 10111100
Octal 24 232 274
Decimal 20 154 188
Hex 14 9A BC

RGB Percentages of Color #149abc

%5.52
%42.54
%51.93

CMYK Percentages of Color #149abc

%89
%18
%0
%26

Triadic Colors of #149abc

#149abc #bc149a #9abc14

Analogous Colors of #149abc

#149abc #1446bc #14bc8a

Monochromatic Colors of #149abc

#149abc

Complementary Color

#149abc #bc3614

#149abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#149abc Color CSS Codes

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

#149abc Text Font Color

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

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


#149abc Background Color

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

This div background color is #149abc


#149abc Border Color

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

This div border color is #149abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149abc


Comments

No comments written yet.

Please login to write comment.