Color Hex Logo

#124a56 Color Hex

#124A56
(18,74,86)
0 Favorites   0 Comments

Color spaces of #124a56

RGB 187486
HSL0.530.650.20
HSV191°79°34°
CMYK 0.790.140.00   0.66
XYZ4.37795.69809.6732
Yxy5.69800.22170.2885
Hunter Lab23.8705-9.0360-7.3172
CIE-Lab28.6374-13.1718-12.2804

#124a56 color RGB value is (18,74,86).

#124a56 hex color red value is 18, green value is 74 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #124a56 hue: 0.53 , saturation: 0.65 and the lightness value of 124a56 is 0.20.

The process color (four color CMYK) of #124a56 color hex is 0.79, 0.14, 0.00, 0.66. Web safe color of #124a56 is #003366. Color #124a56 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001010 01010110
Octal 22 112 126
Decimal 18 74 86
Hex 12 4A 56

RGB Percentages of Color #124a56

%10.11
%41.57
%48.31

CMYK Percentages of Color #124a56

%79
%14
%0
%66

Triadic Colors of #124a56

#124a56 #56124a #4a5612

Analogous Colors of #124a56

#124a56 #122856 #125640

Monochromatic Colors of #124a56

#124a56

Complementary Color

#124a56 #561e12

#124a56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124a56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124a56 Color CSS Codes

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

#124a56 Text Font Color

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

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


#124a56 Background Color

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

This div background color is #124a56


#124a56 Border Color

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

This div border color is #124a56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124a56


Comments

No comments written yet.

Please login to write comment.