Color Hex Logo

#148dad Color Hex

#148DAD
(20,141,173)
0 Favorites   0 Comments

Color spaces of #148dad

RGB 20141173
HSL0.530.790.38
HSV193°88°68°
CMYK 0.880.180.00   0.32
XYZ17.356222.215642.9084
Yxy22.21560.21040.2693
Hunter Lab47.1334-16.7535-20.9819
CIE-Lab54.2550-19.1564-25.5011

#148dad color RGB value is (20,141,173).

#148dad hex color red value is 20, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #148dad hue: 0.53 , saturation: 0.79 and the lightness value of 148dad is 0.38.

The process color (four color CMYK) of #148dad color hex is 0.88, 0.18, 0.00, 0.32. Web safe color of #148dad is #009999. Color #148dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001101 10101101
Octal 24 215 255
Decimal 20 141 173
Hex 14 8D AD

RGB Percentages of Color #148dad

%5.99
%42.22
%51.80

CMYK Percentages of Color #148dad

%88
%18
%0
%32

Triadic Colors of #148dad

#148dad #ad148d #8dad14

Analogous Colors of #148dad

#148dad #1441ad #14ad81

Monochromatic Colors of #148dad

#148dad

Complementary Color

#148dad #ad3414

#148dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#148dad Color CSS Codes

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

#148dad Text Font Color

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

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


#148dad Background Color

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

This div background color is #148dad


#148dad Border Color

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

This div border color is #148dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148dad


Comments

No comments written yet.

Please login to write comment.