Color Hex Logo

#134cae Color Hex

#134CAE
(19,76,174)
0 Favorites   0 Comments

Color spaces of #134cae

RGB 1976174
HSL0.610.800.38
HSV218°89°68°
CMYK 0.890.560.00   0.32
XYZ10.49308.363341.1056
Yxy8.36330.17500.1395
Hunter Lab28.919414.1574-64.0304
CIE-Lab34.728321.2030-57.0848

#134cae color RGB value is (19,76,174).

#134cae hex color red value is 19, green value is 76 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #134cae hue: 0.61 , saturation: 0.80 and the lightness value of 134cae is 0.38.

The process color (four color CMYK) of #134cae color hex is 0.89, 0.56, 0.00, 0.32. Web safe color of #134cae is #003399. Color #134cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001100 10101110
Octal 23 114 256
Decimal 19 76 174
Hex 13 4C AE

RGB Percentages of Color #134cae

%7.06
%28.25
%64.68

CMYK Percentages of Color #134cae

%89
%56
%0
%32

Triadic Colors of #134cae

#134cae #ae134c #4cae13

Analogous Colors of #134cae

#134cae #2713ae #139aae

Monochromatic Colors of #134cae

#134cae

Complementary Color

#134cae #ae7513

#134cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#134cae Color CSS Codes

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

#134cae Text Font Color

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

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


#134cae Background Color

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

This div background color is #134cae


#134cae Border Color

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

This div border color is #134cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134cae


Comments

No comments written yet.

Please login to write comment.