Color Hex Logo

#134cee Color Hex

#134CEE
(19,76,238)
0 Favorites   0 Comments

Color spaces of #134cee

RGB 1976238
HSL0.620.870.50
HSV224°92°93°
CMYK 0.920.680.00   0.07
XYZ18.285611.480482.1411
Yxy11.48040.16340.1026
Hunter Lab33.882737.0368-120.0174
CIE-Lab40.378145.6335-84.8629

#134cee color RGB value is (19,76,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001100 11101110
Octal 23 114 356
Decimal 19 76 238
Hex 13 4C EE

RGB Percentages of Color #134cee

%5.71
%22.82
%71.47

CMYK Percentages of Color #134cee

%92
%68
%0
%7

Triadic Colors of #134cee

#134cee #ee134c #4cee13

Analogous Colors of #134cee

#134cee #4713ee #13baee

Monochromatic Colors of #134cee

#134cee

Complementary Color

#134cee #eeb513

#134cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#134cee Color CSS Codes

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

#134cee Text Font Color

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

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


#134cee Background Color

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

This div background color is #134cee


#134cee Border Color

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

This div border color is #134cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134cee


Comments

No comments written yet.

Please login to write comment.