Color Hex Logo

#148dca Color Hex

#148DCA
(20,141,202)
0 Favorites   0 Comments

Color spaces of #148dca

RGB 20141202
HSL0.560.820.44
HSV200°90°79°
CMYK 0.900.300.00   0.21
XYZ20.474023.462759.3268
Yxy23.46270.19830.2272
Hunter Lab48.4383-9.3183-38.7110
CIE-Lab55.5458-8.6607-39.9982

#148dca color RGB value is (20,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001101 11001010
Octal 24 215 312
Decimal 20 141 202
Hex 14 8D CA

RGB Percentages of Color #148dca

%5.51
%38.84
%55.65

CMYK Percentages of Color #148dca

%90
%30
%0
%21

Triadic Colors of #148dca

#148dca #ca148d #8dca14

Analogous Colors of #148dca

#148dca #1432ca #14caac

Monochromatic Colors of #148dca

#148dca

Complementary Color

#148dca #ca5114

#148dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#148dca Color CSS Codes

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

#148dca Text Font Color

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

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


#148dca Background Color

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

This div background color is #148dca


#148dca Border Color

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

This div border color is #148dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148dca


Comments

No comments written yet.

Please login to write comment.