Color Hex Logo

#148ddb Color Hex

#148DDB
(20,141,219)
0 Favorites   0 Comments

Color spaces of #148ddb

RGB 20141219
HSL0.570.830.47
HSV204°91°86°
CMYK 0.910.360.00   0.14
XYZ22.599524.312970.5196
Yxy24.31290.19240.2070
Hunter Lab49.3081-4.4769-50.2798
CIE-Lab56.3997-2.3091-48.2129

#148ddb color RGB value is (20,141,219).

#148ddb hex color red value is 20, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #148ddb hue: 0.57 , saturation: 0.83 and the lightness value of 148ddb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001101 11011011
Octal 24 215 333
Decimal 20 141 219
Hex 14 8D DB

RGB Percentages of Color #148ddb

%5.26
%37.11
%57.63

CMYK Percentages of Color #148ddb

%91
%36
%0
%14

Triadic Colors of #148ddb

#148ddb #db148d #8ddb14

Analogous Colors of #148ddb

#148ddb #142adb #14dbc6

Monochromatic Colors of #148ddb

#148ddb

Complementary Color

#148ddb #db6214

#148ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#148ddb Color CSS Codes

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

#148ddb Text Font Color

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

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


#148ddb Background Color

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

This div background color is #148ddb


#148ddb Border Color

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

This div border color is #148ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148ddb


Comments

No comments written yet.

Please login to write comment.