Color Hex Logo

#149efb Color Hex

#149EFB
(20,158,251)
0 Favorites   0 Comments

Color spaces of #149efb

RGB 20158251
HSL0.570.970.53
HSV204°92°98°
CMYK 0.920.370.00   0.02
XYZ29.927931.567595.7825
Yxy31.56750.19030.2007
Hunter Lab56.1850-3.2425-61.7464
CIE-Lab62.9838-0.2879-55.4548

#149efb color RGB value is (20,158,251).

#149efb hex color red value is 20, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #149efb hue: 0.57 , saturation: 0.97 and the lightness value of 149efb is 0.53.

The process color (four color CMYK) of #149efb color hex is 0.92, 0.37, 0.00, 0.02. Web safe color of #149efb is #0099ff. Color #149efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011110 11111011
Octal 24 236 373
Decimal 20 158 251
Hex 14 9E FB

RGB Percentages of Color #149efb

%4.66
%36.83
%58.51

CMYK Percentages of Color #149efb

%92
%37
%0
%2

Triadic Colors of #149efb

#149efb #fb149e #9efb14

Analogous Colors of #149efb

#149efb #142bfb #14fbe5

Monochromatic Colors of #149efb

#149efb

Complementary Color

#149efb #fb7114

#149efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#149efb Color CSS Codes

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

#149efb Text Font Color

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

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


#149efb Background Color

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

This div background color is #149efb


#149efb Border Color

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

This div border color is #149efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149efb


Comments

No comments written yet.

Please login to write comment.