Color Hex Logo

#124e6f Color Hex

#124E6F
(18,78,111)
0 Favorites   0 Comments

Color spaces of #124e6f

RGB 1878111
HSL0.560.720.25
HSV201°84°44°
CMYK 0.840.300.00   0.56
XYZ5.84316.725116.0290
Yxy6.72510.20430.2352
Hunter Lab25.9328-5.1633-18.4940
CIE-Lab31.1727-5.9953-24.2713

#124e6f color RGB value is (18,78,111).

#124e6f hex color red value is 18, green value is 78 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #124e6f hue: 0.56 , saturation: 0.72 and the lightness value of 124e6f is 0.25.

The process color (four color CMYK) of #124e6f color hex is 0.84, 0.30, 0.00, 0.56. Web safe color of #124e6f is #006666. Color #124e6f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001110 01101111
Octal 22 116 157
Decimal 18 78 111
Hex 12 4E 6F

RGB Percentages of Color #124e6f

%8.70
%37.68
%53.62

CMYK Percentages of Color #124e6f

%84
%30
%0
%56

Triadic Colors of #124e6f

#124e6f #6f124e #4e6f12

Analogous Colors of #124e6f

#124e6f #121f6f #126f62

Monochromatic Colors of #124e6f

#124e6f

Complementary Color

#124e6f #6f3312

#124e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#124e6f Color CSS Codes

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

#124e6f Text Font Color

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

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


#124e6f Background Color

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

This div background color is #124e6f


#124e6f Border Color

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

This div border color is #124e6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124e6f


Comments

No comments written yet.

Please login to write comment.