Color Hex Logo

#134ada Color Hex

#134ADA
(19,74,218)
0 Favorites   0 Comments

Color spaces of #134ada

RGB 1974218
HSL0.620.840.46
HSV223°91°85°
CMYK 0.910.660.00   0.15
XYZ15.372210.098067.4686
Yxy10.09800.16540.1087
Hunter Lab31.777430.7385-103.6384
CIE-Lab38.017739.5829-77.3736

#134ada color RGB value is (19,74,218).

#134ada hex color red value is 19, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #134ada hue: 0.62 , saturation: 0.84 and the lightness value of 134ada is 0.46.

The process color (four color CMYK) of #134ada color hex is 0.91, 0.66, 0.00, 0.15. Web safe color of #134ada is #0033cc. Color #134ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001010 11011010
Octal 23 112 332
Decimal 19 74 218
Hex 13 4A DA

RGB Percentages of Color #134ada

%6.11
%23.79
%70.10

CMYK Percentages of Color #134ada

%91
%66
%0
%15

Triadic Colors of #134ada

#134ada #da134a #4ada13

Analogous Colors of #134ada

#134ada #3f13da #13aeda

Monochromatic Colors of #134ada

#134ada

Complementary Color

#134ada #daa313

#134ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#134ada Color CSS Codes

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

#134ada Text Font Color

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

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


#134ada Background Color

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

This div background color is #134ada


#134ada Border Color

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

This div border color is #134ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134ada


Comments

No comments written yet.

Please login to write comment.