Color Hex Logo

#148be7 Color Hex

#148BE7
(20,139,231)
0 Favorites   0 Comments

Color spaces of #148be7

RGB 20139231
HSL0.570.840.49
HSV206°91°91°
CMYK 0.910.400.00   0.09
XYZ23.944924.383579.0458
Yxy24.38350.18800.1914
Hunter Lab49.37970.1428-60.3443
CIE-Lab56.46973.4179-54.8025

#148be7 color RGB value is (20,139,231).

#148be7 hex color red value is 20, green value is 139 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #148be7 hue: 0.57 , saturation: 0.84 and the lightness value of 148be7 is 0.49.

The process color (four color CMYK) of #148be7 color hex is 0.91, 0.40, 0.00, 0.09. Web safe color of #148be7 is #0099ff. Color #148be7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001011 11100111
Octal 24 213 347
Decimal 20 139 231
Hex 14 8B E7

RGB Percentages of Color #148be7

%5.13
%35.64
%59.23

CMYK Percentages of Color #148be7

%91
%40
%0
%9

Triadic Colors of #148be7

#148be7 #e7148b #8be714

Analogous Colors of #148be7

#148be7 #1421e7 #14e7da

Monochromatic Colors of #148be7

#148be7

Complementary Color

#148be7 #e77014

#148be7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148be7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148be7 Color CSS Codes

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

#148be7 Text Font Color

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

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


#148be7 Background Color

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

This div background color is #148be7


#148be7 Border Color

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

This div border color is #148be7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148be7


Comments

No comments written yet.

Please login to write comment.