Color Hex Logo

#134abc Color Hex

#134ABC
(19,74,188)
0 Favorites   0 Comments

Color spaces of #134abc

RGB 1974188
HSL0.610.820.41
HSV220°90°74°
CMYK 0.900.610.00   0.26
XYZ11.79448.666848.6282
Yxy8.66680.17070.1254
Hunter Lab29.439419.9939-77.3279
CIE-Lab35.334728.1218-64.3679

#134abc color RGB value is (19,74,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001010 10111100
Octal 23 112 274
Decimal 19 74 188
Hex 13 4A BC

RGB Percentages of Color #134abc

%6.76
%26.33
%66.90

CMYK Percentages of Color #134abc

%90
%61
%0
%26

Triadic Colors of #134abc

#134abc #bc134a #4abc13

Analogous Colors of #134abc

#134abc #3113bc #139fbc

Monochromatic Colors of #134abc

#134abc

Complementary Color

#134abc #bc8513

#134abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#134abc Color CSS Codes

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

#134abc Text Font Color

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

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


#134abc Background Color

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

This div background color is #134abc


#134abc Border Color

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

This div border color is #134abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134abc


Comments

No comments written yet.

Please login to write comment.