Color Hex Logo

#134ceb Color Hex

#134CEB
(19,76,235)
0 Favorites   0 Comments

Color spaces of #134ceb

RGB 1976235
HSL0.620.850.50
HSV224°92°92°
CMYK 0.920.680.00   0.08
XYZ17.848411.305579.8387
Yxy11.30550.16380.1037
Hunter Lab33.623735.9115-117.2464
CIE-Lab40.090344.5549-83.6419

#134ceb color RGB value is (19,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001100 11101011
Octal 23 114 353
Decimal 19 76 235
Hex 13 4C EB

RGB Percentages of Color #134ceb

%5.76
%23.03
%71.21

CMYK Percentages of Color #134ceb

%92
%68
%0
%8

Triadic Colors of #134ceb

#134ceb #eb134c #4ceb13

Analogous Colors of #134ceb

#134ceb #4613eb #13b8eb

Monochromatic Colors of #134ceb

#134ceb

Complementary Color

#134ceb #ebb213

#134ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#134ceb Color CSS Codes

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

#134ceb Text Font Color

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

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


#134ceb Background Color

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

This div background color is #134ceb


#134ceb Border Color

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

This div border color is #134ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134ceb


Comments

No comments written yet.

Please login to write comment.