Color Hex Logo

#148ade Color Hex

#148ADE
(20,138,222)
0 Favorites   0 Comments

Color spaces of #148ade

RGB 20138222
HSL0.570.830.47
HSV205°91°87°
CMYK 0.910.380.00   0.13
XYZ22.561823.599672.4733
Yxy23.59960.19020.1989
Hunter Lab48.5794-2.1130-54.4463
CIE-Lab55.68470.6007-51.0293

#148ade color RGB value is (20,138,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001010 11011110
Octal 24 212 336
Decimal 20 138 222
Hex 14 8A DE

RGB Percentages of Color #148ade

%5.26
%36.32
%58.42

CMYK Percentages of Color #148ade

%91
%38
%0
%13

Triadic Colors of #148ade

#148ade #de148a #8ade14

Analogous Colors of #148ade

#148ade #1425de #14decd

Monochromatic Colors of #148ade

#148ade

Complementary Color

#148ade #de6814

#148ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#148ade Color CSS Codes

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

#148ade Text Font Color

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

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


#148ade Background Color

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

This div background color is #148ade


#148ade Border Color

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

This div border color is #148ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148ade


Comments

No comments written yet.

Please login to write comment.