Color Hex Logo

#148cff Color Hex

#148CFF
(20,140,255)
0 Favorites   0 Comments

Color spaces of #148cff

RGB 20140255
HSL0.581.000.54
HSV209°92°100°
CMYK 0.920.450.00   0.00
XYZ27.716626.124998.1895
Yxy26.12490.18230.1718
Hunter Lab51.11257.3476-78.1200
CIE-Lab58.155411.9310-65.3716

#148cff color RGB value is (20,140,255).

#148cff hex color red value is 20, green value is 140 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #148cff hue: 0.58 , saturation: 1.00 and the lightness value of 148cff is 0.54.

The process color (four color CMYK) of #148cff color hex is 0.92, 0.45, 0.00, 0.00. Web safe color of #148cff is #0099ff. Color #148cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001100 11111111
Octal 24 214 377
Decimal 20 140 255
Hex 14 8C FF

RGB Percentages of Color #148cff

%4.82
%33.73
%61.45

CMYK Percentages of Color #148cff

%92
%45
%0
%0

Triadic Colors of #148cff

#148cff #ff148c #8cff14

Analogous Colors of #148cff

#148cff #1417ff #14fffd

Monochromatic Colors of #148cff

#148cff

Complementary Color

#148cff #ff8714

#148cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#148cff Color CSS Codes

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

#148cff Text Font Color

<p style="color:#148cff">Text here</p>

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


#148cff Background Color

<div style="background-color:#148cff">
Div content here</div>

This div background color is #148cff


#148cff Border Color

<div style="border:3px solid #148cff">
Div here</div>

This div border color is #148cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148cff


Comments

No comments written yet.

Please login to write comment.