Color Hex Logo

#149acb Color Hex

#149ACB
(20,154,203)
0 Favorites   0 Comments

Color spaces of #149acb

RGB 20154203
HSL0.540.820.44
HSV196°90°80°
CMYK 0.900.240.00   0.20
XYZ22.623627.571760.6294
Yxy27.57170.20410.2488
Hunter Lab52.5088-14.9829-31.7032
CIE-Lab59.4998-15.5615-34.3678

#149acb color RGB value is (20,154,203).

#149acb hex color red value is 20, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #149acb hue: 0.54 , saturation: 0.82 and the lightness value of 149acb is 0.44.

The process color (four color CMYK) of #149acb color hex is 0.90, 0.24, 0.00, 0.20. Web safe color of #149acb is #0099cc. Color #149acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011010 11001011
Octal 24 232 313
Decimal 20 154 203
Hex 14 9A CB

RGB Percentages of Color #149acb

%5.31
%40.85
%53.85

CMYK Percentages of Color #149acb

%90
%24
%0
%20

Triadic Colors of #149acb

#149acb #cb149a #9acb14

Analogous Colors of #149acb

#149acb #143ecb #14cba1

Monochromatic Colors of #149acb

#149acb

Complementary Color

#149acb #cb4514

#149acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#149acb Color CSS Codes

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

#149acb Text Font Color

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

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


#149acb Background Color

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

This div background color is #149acb


#149acb Border Color

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

This div border color is #149acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149acb


Comments

No comments written yet.

Please login to write comment.