Color Hex Logo

#149cce Color Hex

#149CCE
(20,156,206)
0 Favorites   0 Comments

Color spaces of #149cce

RGB 20156206
HSL0.540.820.44
HSV196°90°81°
CMYK 0.900.240.00   0.19
XYZ23.317528.381962.6418
Yxy28.38190.20390.2482
Hunter Lab53.2747-15.1040-32.4225
CIE-Lab60.2322-15.5821-34.9057

#149cce color RGB value is (20,156,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011100 11001110
Octal 24 234 316
Decimal 20 156 206
Hex 14 9C CE

RGB Percentages of Color #149cce

%5.24
%40.84
%53.93

CMYK Percentages of Color #149cce

%90
%24
%0
%19

Triadic Colors of #149cce

#149cce #ce149c #9cce14

Analogous Colors of #149cce

#149cce #143fce #14cea3

Monochromatic Colors of #149cce

#149cce

Complementary Color

#149cce #ce4614

#149cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#149cce Color CSS Codes

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

#149cce Text Font Color

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

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


#149cce Background Color

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

This div background color is #149cce


#149cce Border Color

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

This div border color is #149cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149cce


Comments

No comments written yet.

Please login to write comment.