Color Hex Logo

#134fee Color Hex

#134FEE
(19,79,238)
0 Favorites   0 Comments

Color spaces of #134fee

RGB 1979238
HSL0.620.870.50
HSV224°92°93°
CMYK 0.920.670.00   0.07
XYZ18.497211.903582.2116
Yxy11.90350.16430.1057
Hunter Lab34.501435.3213-117.1279
CIE-Lab41.062343.7933-83.7353

#134fee color RGB value is (19,79,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001111 11101110
Octal 23 117 356
Decimal 19 79 238
Hex 13 4F EE

RGB Percentages of Color #134fee

%5.65
%23.51
%70.83

CMYK Percentages of Color #134fee

%92
%67
%0
%7

Triadic Colors of #134fee

#134fee #ee134f #4fee13

Analogous Colors of #134fee

#134fee #4413ee #13bdee

Monochromatic Colors of #134fee

#134fee

Complementary Color

#134fee #eeb213

#134fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#134fee Color CSS Codes

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

#134fee Text Font Color

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

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


#134fee Background Color

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

This div background color is #134fee


#134fee Border Color

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

This div border color is #134fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134fee


Comments

No comments written yet.

Please login to write comment.