color codes Logo

#140ffc color codes

#140FFC
(20,15,252)
0 Favorites   0 Comments

Color spaces of #140ffc

RGB 2015252
HSL0.670.980.52
HSV241°94°99°
CMYK 0.920.940.00   0.01
XYZ18.03007.518692.5964
Yxy7.51860.15260.0636
Hunter Lab27.420169.3871-181.0258
CIE-Lab32.959576.2589-105.0720

#140ffc color RGB value is (20,15,252).

#140ffc hex color red value is 20, green value is 15 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #140ffc hue: 0.67 , saturation: 0.98 and the lightness value of 140ffc is 0.52.

The process color (four color CMYK) of #140ffc color code is 0.92, 0.94, 0.00, 0.01. Web safe color of #140ffc is #0000ff. Color #140ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001111 11111100
Octal 24 17 374
Decimal 20 15 252
Hex 14 F FC

RGB Percentages of Color #140ffc

%6.97
%5.23
%87.80

CMYK Percentages of Color #140ffc

%92
%94
%0
%1

Triadic Colors of #140ffc

#140ffc #fc140f #0ffc14

Analogous Colors of #140ffc

#140ffc #8b0ffc #0f81fc

Monochromatic Colors of #140ffc

#140ffc

Complementary Color

#140ffc #f7fc0f

#140ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#140ffc Color CSS Codes

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

#140ffc Text Font Color

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

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


#140ffc Background Color

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

This div background color is #140ffc


#140ffc Border Color

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

This div border color is #140ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140ffc


Comments

No comments written yet.

Please login to write comment.