Color Hex Logo

#148bee Color Hex

#148BEE
(20,139,238)
0 Favorites   0 Comments

Color spaces of #148bee

RGB 20139238
HSL0.580.870.51
HSV207°92°93°
CMYK 0.920.420.00   0.07
XYZ24.953724.787084.3581
Yxy24.78700.18610.1848
Hunter Lab49.78652.3402-65.6101
CIE-Lab56.86736.0781-58.0568

#148bee color RGB value is (20,139,238).

#148bee hex color red value is 20, green value is 139 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #148bee hue: 0.58 , saturation: 0.87 and the lightness value of 148bee is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001011 11101110
Octal 24 213 356
Decimal 20 139 238
Hex 14 8B EE

RGB Percentages of Color #148bee

%5.04
%35.01
%59.95

CMYK Percentages of Color #148bee

%92
%42
%0
%7

Triadic Colors of #148bee

#148bee #ee148b #8bee14

Analogous Colors of #148bee

#148bee #141eee #14eee4

Monochromatic Colors of #148bee

#148bee

Complementary Color

#148bee #ee7714

#148bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#148bee Color CSS Codes

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

#148bee Text Font Color

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

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


#148bee Background Color

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

This div background color is #148bee


#148bee Border Color

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

This div border color is #148bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148bee


Comments

No comments written yet.

Please login to write comment.