Color Hex Logo

#134cda Color Hex

#134CDA
(19,76,218)
0 Favorites   0 Comments

Color spaces of #134cda

RGB 1976218
HSL0.620.840.46
HSV223°91°85°
CMYK 0.910.650.00   0.15
XYZ15.507910.369367.5138
Yxy10.36930.16610.1110
Hunter Lab32.201429.6115-101.7671
CIE-Lab38.497238.3154-76.5850

#134cda color RGB value is (19,76,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001100 11011010
Octal 23 114 332
Decimal 19 76 218
Hex 13 4C DA

RGB Percentages of Color #134cda

%6.07
%24.28
%69.65

CMYK Percentages of Color #134cda

%91
%65
%0
%15

Triadic Colors of #134cda

#134cda #da134c #4cda13

Analogous Colors of #134cda

#134cda #3e13da #13b0da

Monochromatic Colors of #134cda

#134cda

Complementary Color

#134cda #daa113

#134cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#134cda Color CSS Codes

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

#134cda Text Font Color

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

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


#134cda Background Color

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

This div background color is #134cda


#134cda Border Color

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

This div border color is #134cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,76,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 #134cda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134cda


Comments

No comments written yet.

Please login to write comment.