Color Hex Logo

#149bdc Color Hex

#149BDC
(20,155,220)
0 Favorites   0 Comments

Color spaces of #149bdc

RGB 20155220
HSL0.550.830.47
HSV200°91°86°
CMYK 0.910.300.00   0.14
XYZ24.928128.758771.9473
Yxy28.75870.19840.2289
Hunter Lab53.6271-10.8734-42.0057
CIE-Lab60.5681-9.9830-42.1861

#149bdc color RGB value is (20,155,220).

#149bdc hex color red value is 20, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #149bdc hue: 0.55 , saturation: 0.83 and the lightness value of 149bdc is 0.47.

The process color (four color CMYK) of #149bdc color hex is 0.91, 0.30, 0.00, 0.14. Web safe color of #149bdc is #0099cc. Color #149bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011011 11011100
Octal 24 233 334
Decimal 20 155 220
Hex 14 9B DC

RGB Percentages of Color #149bdc

%5.06
%39.24
%55.70

CMYK Percentages of Color #149bdc

%91
%30
%0
%14

Triadic Colors of #149bdc

#149bdc #dc149b #9bdc14

Analogous Colors of #149bdc

#149bdc #1437dc #14dcb9

Monochromatic Colors of #149bdc

#149bdc

Complementary Color

#149bdc #dc5514

#149bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#149bdc Color CSS Codes

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

#149bdc Text Font Color

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

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


#149bdc Background Color

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

This div background color is #149bdc


#149bdc Border Color

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

This div border color is #149bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149bdc


Comments

No comments written yet.

Please login to write comment.