Color Hex Logo

#148acd Color Hex

#148ACD
(20,138,205)
0 Favorites   0 Comments

Color spaces of #148acd

RGB 20138205
HSL0.560.820.44
HSV202°90°80°
CMYK 0.900.330.00   0.20
XYZ20.396422.733561.0706
Yxy22.73350.19570.2182
Hunter Lab47.6797-7.0807-42.5660
CIE-Lab54.7968-5.8114-42.8746

#148acd color RGB value is (20,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001010 11001101
Octal 24 212 315
Decimal 20 138 205
Hex 14 8A CD

RGB Percentages of Color #148acd

%5.51
%38.02
%56.47

CMYK Percentages of Color #148acd

%90
%33
%0
%20

Triadic Colors of #148acd

#148acd #cd148a #8acd14

Analogous Colors of #148acd

#148acd #142ecd #14cdb4

Monochromatic Colors of #148acd

#148acd

Complementary Color

#148acd #cd5714

#148acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#148acd Color CSS Codes

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

#148acd Text Font Color

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

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


#148acd Background Color

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

This div background color is #148acd


#148acd Border Color

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

This div border color is #148acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148acd


Comments

No comments written yet.

Please login to write comment.