Color Hex Logo

#134def Color Hex

#134DEF
(19,77,239)
0 Favorites   0 Comments

Color spaces of #134def

RGB 1977239
HSL0.620.870.51
HSV224°92°94°
CMYK 0.920.680.00   0.06
XYZ18.502411.678282.9403
Yxy11.67820.16360.1032
Hunter Lab34.173436.8413-119.9781
CIE-Lab40.700045.3821-84.8964

#134def color RGB value is (19,77,239).

#134def hex color red value is 19, green value is 77 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #134def hue: 0.62 , saturation: 0.87 and the lightness value of 134def is 0.51.

The process color (four color CMYK) of #134def color hex is 0.92, 0.68, 0.00, 0.06. Web safe color of #134def is #0066ff. Color #134def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001101 11101111
Octal 23 115 357
Decimal 19 77 239
Hex 13 4D EF

RGB Percentages of Color #134def

%5.67
%22.99
%71.34

CMYK Percentages of Color #134def

%92
%68
%0
%6

Triadic Colors of #134def

#134def #ef134d #4def13

Analogous Colors of #134def

#134def #4713ef #13bbef

Monochromatic Colors of #134def

#134def

Complementary Color

#134def #efb513

#134def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134def Color Preview on White Background

Lorem ipsum dolor sit amet.

#134def Color CSS Codes

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

#134def Text Font Color

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

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


#134def Background Color

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

This div background color is #134def


#134def Border Color

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

This div border color is #134def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134def


Comments

No comments written yet.

Please login to write comment.