Color Hex Logo

#149ffc Color Hex

#149FFC
(20,159,252)
0 Favorites   0 Comments

Color spaces of #149ffc

RGB 20159252
HSL0.570.970.53
HSV204°92°99°
CMYK 0.920.370.00   0.01
XYZ30.257331.973396.6722
Yxy31.97330.19040.2012
Hunter Lab56.5449-3.4380-61.7838
CIE-Lab63.3208-0.4971-55.4653

#149ffc color RGB value is (20,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011111 11111100
Octal 24 237 374
Decimal 20 159 252
Hex 14 9F FC

RGB Percentages of Color #149ffc

%4.64
%36.89
%58.47

CMYK Percentages of Color #149ffc

%92
%37
%0
%1

Triadic Colors of #149ffc

#149ffc #fc149f #9ffc14

Analogous Colors of #149ffc

#149ffc #142bfc #14fce5

Monochromatic Colors of #149ffc

#149ffc

Complementary Color

#149ffc #fc7114

#149ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#149ffc Color CSS Codes

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

#149ffc Text Font Color

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

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


#149ffc Background Color

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

This div background color is #149ffc


#149ffc Border Color

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

This div border color is #149ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,159,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 #149ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149ffc


Comments

No comments written yet.

Please login to write comment.