Color Hex Logo

#124acb Color Hex

#124ACB
(18,74,203)
0 Favorites   0 Comments

Color spaces of #124acb

RGB 1874203
HSL0.620.840.43
HSV222°91°80°
CMYK 0.910.640.00   0.20
XYZ13.47779.338057.5920
Yxy9.33800.16760.1161
Hunter Lab30.558125.2509-90.3514
CIE-Lab36.627133.8920-71.0086

#124acb color RGB value is (18,74,203).

#124acb hex color red value is 18, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #124acb hue: 0.62 , saturation: 0.84 and the lightness value of 124acb is 0.43.

The process color (four color CMYK) of #124acb color hex is 0.91, 0.64, 0.00, 0.20. Web safe color of #124acb is #0033cc. Color #124acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001010 11001011
Octal 22 112 313
Decimal 18 74 203
Hex 12 4A CB

RGB Percentages of Color #124acb

%6.10
%25.08
%68.81

CMYK Percentages of Color #124acb

%91
%64
%0
%20

Triadic Colors of #124acb

#124acb #cb124a #4acb12

Analogous Colors of #124acb

#124acb #3612cb #12a7cb

Monochromatic Colors of #124acb

#124acb

Complementary Color

#124acb #cb9312

#124acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#124acb Color CSS Codes

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

#124acb Text Font Color

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

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


#124acb Background Color

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

This div background color is #124acb


#124acb Border Color

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

This div border color is #124acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124acb


Comments

No comments written yet.

Please login to write comment.