Color Hex Logo

#149dfc Color Hex

#149DFC
(20,157,252)
0 Favorites   0 Comments

Color spaces of #149dfc

RGB 20157252
HSL0.570.970.53
HSV205°92°99°
CMYK 0.920.380.00   0.01
XYZ29.916131.290996.5585
Yxy31.29090.18960.1983
Hunter Lab55.9383-2.4292-63.1873
CIE-Lab62.75240.6646-56.3698

#149dfc color RGB value is (20,157,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011101 11111100
Octal 24 235 374
Decimal 20 157 252
Hex 14 9D FC

RGB Percentages of Color #149dfc

%4.66
%36.60
%58.74

CMYK Percentages of Color #149dfc

%92
%38
%0
%1

Triadic Colors of #149dfc

#149dfc #fc149d #9dfc14

Analogous Colors of #149dfc

#149dfc #1429fc #14fce7

Monochromatic Colors of #149dfc

#149dfc

Complementary Color

#149dfc #fc7314

#149dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#149dfc Color CSS Codes

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

#149dfc Text Font Color

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

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


#149dfc Background Color

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

This div background color is #149dfc


#149dfc Border Color

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

This div border color is #149dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.