Color Hex Logo

#124acc Color Hex

#124ACC
(18,74,204)
0 Favorites   0 Comments

Color spaces of #124acc

RGB 1874204
HSL0.620.840.44
HSV222°91°80°
CMYK 0.910.640.00   0.20
XYZ13.59739.385858.2217
Yxy9.38580.16740.1156
Hunter Lab30.636325.6103-91.2304
CIE-Lab36.716734.2746-71.4414

#124acc color RGB value is (18,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001010 11001100
Octal 22 112 314
Decimal 18 74 204
Hex 12 4A CC

RGB Percentages of Color #124acc

%6.08
%25.00
%68.92

CMYK Percentages of Color #124acc

%91
%64
%0
%20

Triadic Colors of #124acc

#124acc #cc124a #4acc12

Analogous Colors of #124acc

#124acc #3712cc #12a7cc

Monochromatic Colors of #124acc

#124acc

Complementary Color

#124acc #cc9412

#124acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#124acc Color CSS Codes

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

#124acc Text Font Color

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

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


#124acc Background Color

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

This div background color is #124acc


#124acc Border Color

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

This div border color is #124acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124acc


Comments

No comments written yet.

Please login to write comment.