Color Hex Logo

#124aad Color Hex

#124AAD
(18,74,173)
0 Favorites   0 Comments

Color spaces of #124aad

RGB 1874173
HSL0.610.810.37
HSV218°90°68°
CMYK 0.900.570.00   0.32
XYZ10.24118.043340.5479
Yxy8.04330.17410.1367
Hunter Lab28.360714.8254-64.9156
CIE-Lab34.072922.0932-57.5581

#124aad color RGB value is (18,74,173).

#124aad hex color red value is 18, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #124aad hue: 0.61 , saturation: 0.81 and the lightness value of 124aad is 0.37.

The process color (four color CMYK) of #124aad color hex is 0.90, 0.57, 0.00, 0.32. Web safe color of #124aad is #003399. Color #124aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001010 10101101
Octal 22 112 255
Decimal 18 74 173
Hex 12 4A AD

RGB Percentages of Color #124aad

%6.79
%27.92
%65.28

CMYK Percentages of Color #124aad

%90
%57
%0
%32

Triadic Colors of #124aad

#124aad #ad124a #4aad12

Analogous Colors of #124aad

#124aad #2712ad #1298ad

Monochromatic Colors of #124aad

#124aad

Complementary Color

#124aad #ad7512

#124aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#124aad Color CSS Codes

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

#124aad Text Font Color

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

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


#124aad Background Color

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

This div background color is #124aad


#124aad Border Color

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

This div border color is #124aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124aad


Comments

No comments written yet.

Please login to write comment.