Color Hex Logo

#124cfb Color Hex

#124CFB
(18,76,251)
0 Favorites   0 Comments

Color spaces of #124cfb

RGB 1876251
HSL0.630.970.53
HSV225°93°98°
CMYK 0.930.700.00   0.02
XYZ20.246512.262592.5666
Yxy12.26250.16190.0980
Hunter Lab35.017941.9233-132.2154
CIE-Lab41.630350.2054-90.1020

#124cfb color RGB value is (18,76,251).

#124cfb hex color red value is 18, green value is 76 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #124cfb hue: 0.63 , saturation: 0.97 and the lightness value of 124cfb is 0.53.

The process color (four color CMYK) of #124cfb color hex is 0.93, 0.70, 0.00, 0.02. Web safe color of #124cfb is #0033ff. Color #124cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001100 11111011
Octal 22 114 373
Decimal 18 76 251
Hex 12 4C FB

RGB Percentages of Color #124cfb

%5.22
%22.03
%72.75

CMYK Percentages of Color #124cfb

%93
%70
%0
%2

Triadic Colors of #124cfb

#124cfb #fb124c #4cfb12

Analogous Colors of #124cfb

#124cfb #4c12fb #12c1fb

Monochromatic Colors of #124cfb

#124cfb

Complementary Color

#124cfb #fbc112

#124cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#124cfb Color CSS Codes

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

#124cfb Text Font Color

<p style="color:#124cfb">Text here</p>

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


#124cfb Background Color

<div style="background-color:#124cfb">
Div content here</div>

This div background color is #124cfb


#124cfb Border Color

<div style="border:3px solid #124cfb">
Div here</div>

This div border color is #124cfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,76,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #124cfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #124cfb;
  -webkit-box-shadow: 1px 1px 3px 2px #124cfb;
  box-shadow:         1px 1px 3px 2px #124cfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124cfb


Comments

No comments written yet.

Please login to write comment.