Color Hex Logo

#134aee Color Hex

#134AEE
(19,74,238)
0 Favorites   0 Comments

Color spaces of #134aee

RGB 1974238
HSL0.620.870.50
HSV225°92°93°
CMYK 0.920.690.00   0.07
XYZ18.150011.209182.0959
Yxy11.20910.16280.1006
Hunter Lab33.480038.1775-121.9483
CIE-Lab39.930446.8477-85.6013

#134aee color RGB value is (19,74,238).

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

The process color (four color CMYK) of #134aee color hex is 0.92, 0.69, 0.00, 0.07. Web safe color of #134aee is #0033ff. Color #134aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001010 11101110
Octal 23 112 356
Decimal 19 74 238
Hex 13 4A EE

RGB Percentages of Color #134aee

%5.74
%22.36
%71.90

CMYK Percentages of Color #134aee

%92
%69
%0
%7

Triadic Colors of #134aee

#134aee #ee134a #4aee13

Analogous Colors of #134aee

#134aee #4913ee #13b8ee

Monochromatic Colors of #134aee

#134aee

Complementary Color

#134aee #eeb713

#134aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#134aee Color CSS Codes

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

#134aee Text Font Color

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

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


#134aee Background Color

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

This div background color is #134aee


#134aee Border Color

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

This div border color is #134aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134aee


Comments

No comments written yet.

Please login to write comment.