Color Hex Logo

#124aca Color Hex

#124ACA
(18,74,202)
0 Favorites   0 Comments

Color spaces of #124aca

RGB 1874202
HSL0.620.840.43
HSV222°91°79°
CMYK 0.910.630.00   0.21
XYZ13.35899.290456.9663
Yxy9.29040.16780.1167
Hunter Lab30.480224.8930-89.4747
CIE-Lab36.537533.5098-70.5751

#124aca color RGB value is (18,74,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001010 11001010
Octal 22 112 312
Decimal 18 74 202
Hex 12 4A CA

RGB Percentages of Color #124aca

%6.12
%25.17
%68.71

CMYK Percentages of Color #124aca

%91
%63
%0
%21

Triadic Colors of #124aca

#124aca #ca124a #4aca12

Analogous Colors of #124aca

#124aca #3612ca #12a6ca

Monochromatic Colors of #124aca

#124aca

Complementary Color

#124aca #ca9212

#124aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#124aca Color CSS Codes

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

#124aca Text Font Color

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

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


#124aca Background Color

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

This div background color is #124aca


#124aca Border Color

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

This div border color is #124aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124aca


Comments

No comments written yet.

Please login to write comment.