Color Hex Logo

#149ccb Color Hex

#149CCB
(20,156,203)
0 Favorites   0 Comments

Color spaces of #149ccb

RGB 20156203
HSL0.540.820.44
HSV195°90°80°
CMYK 0.900.230.00   0.20
XYZ22.956428.237560.7404
Yxy28.23750.20510.2523
Hunter Lab53.1390-15.8800-30.5740
CIE-Lab60.1027-16.6481-33.4286

#149ccb color RGB value is (20,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011100 11001011
Octal 24 234 313
Decimal 20 156 203
Hex 14 9C CB

RGB Percentages of Color #149ccb

%5.28
%41.16
%53.56

CMYK Percentages of Color #149ccb

%90
%23
%0
%20

Triadic Colors of #149ccb

#149ccb #cb149c #9ccb14

Analogous Colors of #149ccb

#149ccb #1441cb #14cb9f

Monochromatic Colors of #149ccb

#149ccb

Complementary Color

#149ccb #cb4314

#149ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#149ccb Color CSS Codes

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

#149ccb Text Font Color

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

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


#149ccb Background Color

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

This div background color is #149ccb


#149ccb Border Color

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

This div border color is #149ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149ccb


Comments

No comments written yet.

Please login to write comment.