Color Hex Logo

#1250eb Color Hex

#1250EB
(18,80,235)
0 Favorites   0 Comments

Color spaces of #1250eb

RGB 1880235
HSL0.620.860.50
HSV223°92°92°
CMYK 0.920.660.00   0.08
XYZ18.113511.864179.9326
Yxy11.86410.16480.1079
Hunter Lab34.444333.5917-113.4793
CIE-Lab40.999342.0474-82.1453

#1250eb color RGB value is (18,80,235).

#1250eb hex color red value is 18, green value is 80 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1250eb hue: 0.62 , saturation: 0.86 and the lightness value of 1250eb is 0.50.

The process color (four color CMYK) of #1250eb color hex is 0.92, 0.66, 0.00, 0.08. Web safe color of #1250eb is #0066ff. Color #1250eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010000 11101011
Octal 22 120 353
Decimal 18 80 235
Hex 12 50 EB

RGB Percentages of Color #1250eb

%5.41
%24.02
%70.57

CMYK Percentages of Color #1250eb

%92
%66
%0
%8

Triadic Colors of #1250eb

#1250eb #eb1250 #50eb12

Analogous Colors of #1250eb

#1250eb #4012eb #12bdeb

Monochromatic Colors of #1250eb

#1250eb

Complementary Color

#1250eb #ebad12

#1250eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1250eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1250eb Color CSS Codes

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

#1250eb Text Font Color

<p style="color:#1250eb">Text here</p>

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


#1250eb Background Color

<div style="background-color:#1250eb">
Div content here</div>

This div background color is #1250eb


#1250eb Border Color

<div style="border:3px solid #1250eb">
Div here</div>

This div border color is #1250eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,80,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1250eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1250eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1250eb;
  box-shadow:         1px 1px 3px 2px #1250eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,80,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 #1250eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1250eb


Comments

No comments written yet.

Please login to write comment.