Color Hex Logo

#148ddc Color Hex

#148DDC
(20,141,220)
0 Favorites   0 Comments

Color spaces of #148ddc

RGB 20141220
HSL0.570.830.47
HSV204°91°86°
CMYK 0.910.360.00   0.14
XYZ22.731624.365871.2151
Yxy24.36580.19210.2059
Hunter Lab49.3617-4.1819-50.9856
CIE-Lab56.4522-1.9329-48.6895

#148ddc color RGB value is (20,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001101 11011100
Octal 24 215 334
Decimal 20 141 220
Hex 14 8D DC

RGB Percentages of Color #148ddc

%5.25
%37.01
%57.74

CMYK Percentages of Color #148ddc

%91
%36
%0
%14

Triadic Colors of #148ddc

#148ddc #dc148d #8ddc14

Analogous Colors of #148ddc

#148ddc #1429dc #14dcc7

Monochromatic Colors of #148ddc

#148ddc

Complementary Color

#148ddc #dc6314

#148ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#148ddc Color CSS Codes

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

#148ddc Text Font Color

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

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


#148ddc Background Color

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

This div background color is #148ddc


#148ddc Border Color

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

This div border color is #148ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148ddc


Comments

No comments written yet.

Please login to write comment.