Color Hex Logo

#134d62 Color Hex

#134D62
(19,77,98)
0 Favorites   0 Comments

Color spaces of #134d62

RGB 197798
HSL0.540.680.23
HSV196°81°38°
CMYK 0.810.210.00   0.62
XYZ5.12706.328012.5065
Yxy6.32800.21400.2641
Hunter Lab25.1555-7.6417-11.8682
CIE-Lab30.2253-10.3270-17.5210

#134d62 color RGB value is (19,77,98).

#134d62 hex color red value is 19, green value is 77 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #134d62 hue: 0.54 , saturation: 0.68 and the lightness value of 134d62 is 0.23.

The process color (four color CMYK) of #134d62 color hex is 0.81, 0.21, 0.00, 0.62. Web safe color of #134d62 is #006666. Color #134d62 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001101 01100010
Octal 23 115 142
Decimal 19 77 98
Hex 13 4D 62

RGB Percentages of Color #134d62

%9.79
%39.69
%50.52

CMYK Percentages of Color #134d62

%81
%21
%0
%62

Triadic Colors of #134d62

#134d62 #62134d #4d6213

Analogous Colors of #134d62

#134d62 #132662 #136250

Monochromatic Colors of #134d62

#134d62

Complementary Color

#134d62 #622813

#134d62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134d62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134d62 Color CSS Codes

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

#134d62 Text Font Color

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

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


#134d62 Background Color

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

This div background color is #134d62


#134d62 Border Color

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

This div border color is #134d62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134d62


Comments

No comments written yet.

Please login to write comment.