Color Hex Logo

#148bc9 Color Hex

#148BC9
(20,139,201)
0 Favorites   0 Comments

Color spaces of #148bc9

RGB 20139201
HSL0.560.820.43
HSV201°90°79°
CMYK 0.900.310.00   0.21
XYZ20.063722.831058.6077
Yxy22.83100.19770.2249
Hunter Lab47.7818-8.6655-39.2761
CIE-Lab54.8978-7.8836-40.4526

#148bc9 color RGB value is (20,139,201).

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

The process color (four color CMYK) of #148bc9 color hex is 0.90, 0.31, 0.00, 0.21. Web safe color of #148bc9 is #0099cc. Color #148bc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001011 11001001
Octal 24 213 311
Decimal 20 139 201
Hex 14 8B C9

RGB Percentages of Color #148bc9

%5.56
%38.61
%55.83

CMYK Percentages of Color #148bc9

%90
%31
%0
%21

Triadic Colors of #148bc9

#148bc9 #c9148b #8bc914

Analogous Colors of #148bc9

#148bc9 #1431c9 #14c9ad

Monochromatic Colors of #148bc9

#148bc9

Complementary Color

#148bc9 #c95214

#148bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148bc9 Color CSS Codes

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

#148bc9 Text Font Color

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

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


#148bc9 Background Color

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

This div background color is #148bc9


#148bc9 Border Color

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

This div border color is #148bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148bc9


Comments

No comments written yet.

Please login to write comment.