Color Hex Logo

#149fdf Color Hex

#149FDF
(20,159,223)
0 Favorites   0 Comments

Color spaces of #149fdf

RGB 20159223
HSL0.550.840.48
HSV199°91°87°
CMYK 0.910.290.00   0.13
XYZ26.005930.272774.2846
Yxy30.27270.19920.2319
Hunter Lab55.0206-11.9168-41.5343
CIE-Lab61.8888-11.1281-41.7753

#149fdf color RGB value is (20,159,223).

#149fdf hex color red value is 20, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #149fdf hue: 0.55 , saturation: 0.84 and the lightness value of 149fdf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011111 11011111
Octal 24 237 337
Decimal 20 159 223
Hex 14 9F DF

RGB Percentages of Color #149fdf

%4.98
%39.55
%55.47

CMYK Percentages of Color #149fdf

%91
%29
%0
%13

Triadic Colors of #149fdf

#149fdf #df149f #9fdf14

Analogous Colors of #149fdf

#149fdf #143adf #14dfba

Monochromatic Colors of #149fdf

#149fdf

Complementary Color

#149fdf #df5414

#149fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#149fdf Color CSS Codes

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

#149fdf Text Font Color

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

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


#149fdf Background Color

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

This div background color is #149fdf


#149fdf Border Color

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

This div border color is #149fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149fdf


Comments

No comments written yet.

Please login to write comment.