Color Hex Logo

#149bcc Color Hex

#149BCC
(20,155,204)
0 Favorites   0 Comments

Color spaces of #149bcc

RGB 20155204
HSL0.540.820.44
HSV196°90°80°
CMYK 0.900.240.00   0.20
XYZ22.908927.951061.3144
Yxy27.95100.20420.2492
Hunter Lab52.8687-15.1732-31.7534
CIE-Lab59.8444-15.7498-34.3909

#149bcc color RGB value is (20,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011011 11001100
Octal 24 233 314
Decimal 20 155 204
Hex 14 9B CC

RGB Percentages of Color #149bcc

%5.28
%40.90
%53.83

CMYK Percentages of Color #149bcc

%90
%24
%0
%20

Triadic Colors of #149bcc

#149bcc #cc149b #9bcc14

Analogous Colors of #149bcc

#149bcc #143fcc #14cca1

Monochromatic Colors of #149bcc

#149bcc

Complementary Color

#149bcc #cc4514

#149bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#149bcc Color CSS Codes

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

#149bcc Text Font Color

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

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


#149bcc Background Color

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

This div background color is #149bcc


#149bcc Border Color

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

This div border color is #149bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149bcc


Comments

No comments written yet.

Please login to write comment.