Color Hex Logo

#148bd4 Color Hex

#148BD4
(20,139,212)
0 Favorites   0 Comments

Color spaces of #148bd4

RGB 20139212
HSL0.560.830.45
HSV203°91°83°
CMYK 0.910.340.00   0.17
XYZ21.404823.367465.6696
Yxy23.36740.19380.2116
Hunter Lab48.3398-5.5552-46.7075
CIE-Lab55.4488-3.7677-45.7909

#148bd4 color RGB value is (20,139,212).

#148bd4 hex color red value is 20, green value is 139 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #148bd4 hue: 0.56 , saturation: 0.83 and the lightness value of 148bd4 is 0.45.

The process color (four color CMYK) of #148bd4 color hex is 0.91, 0.34, 0.00, 0.17. Web safe color of #148bd4 is #0099cc. Color #148bd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001011 11010100
Octal 24 213 324
Decimal 20 139 212
Hex 14 8B D4

RGB Percentages of Color #148bd4

%5.39
%37.47
%57.14

CMYK Percentages of Color #148bd4

%91
%34
%0
%17

Triadic Colors of #148bd4

#148bd4 #d4148b #8bd414

Analogous Colors of #148bd4

#148bd4 #142bd4 #14d4bd

Monochromatic Colors of #148bd4

#148bd4

Complementary Color

#148bd4 #d45d14

#148bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148bd4 Color CSS Codes

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

#148bd4 Text Font Color

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

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


#148bd4 Background Color

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

This div background color is #148bd4


#148bd4 Border Color

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

This div border color is #148bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148bd4


Comments

No comments written yet.

Please login to write comment.