Color Hex Logo

#134abd Color Hex

#134ABD
(19,74,189)
0 Favorites   0 Comments

Color spaces of #134abd

RGB 1974189
HSL0.610.820.41
HSV221°90°74°
CMYK 0.900.610.00   0.26
XYZ11.90268.710149.1980
Yxy8.71010.17050.1248
Hunter Lab29.512920.3419-78.1775
CIE-Lab35.420028.5142-64.8156

#134abd color RGB value is (19,74,189).

#134abd hex color red value is 19, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #134abd hue: 0.61 , saturation: 0.82 and the lightness value of 134abd is 0.41.

The process color (four color CMYK) of #134abd color hex is 0.90, 0.61, 0.00, 0.26. Web safe color of #134abd is #0033cc. Color #134abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001010 10111101
Octal 23 112 275
Decimal 19 74 189
Hex 13 4A BD

RGB Percentages of Color #134abd

%6.74
%26.24
%67.02

CMYK Percentages of Color #134abd

%90
%61
%0
%26

Triadic Colors of #134abd

#134abd #bd134a #4abd13

Analogous Colors of #134abd

#134abd #3113bd #139fbd

Monochromatic Colors of #134abd

#134abd

Complementary Color

#134abd #bd8613

#134abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#134abd Color CSS Codes

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

#134abd Text Font Color

<p style="color:#134abd">Text here</p>

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


#134abd Background Color

<div style="background-color:#134abd">
Div content here</div>

This div background color is #134abd


#134abd Border Color

<div style="border:3px solid #134abd">
Div here</div>

This div border color is #134abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,74,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #134abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #134abd;
  -webkit-box-shadow: 1px 1px 3px 2px #134abd;
  box-shadow:         1px 1px 3px 2px #134abd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,74,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134abd


Comments

No comments written yet.

Please login to write comment.