Color Hex Logo

#124060 Color Hex

#124060
(18,64,96)
0 Favorites   0 Comments

Color spaces of #124060

RGB 186496
HSL0.570.680.22
HSV205°81°38°
CMYK 0.810.330.00   0.62
XYZ4.19424.639911.7409
Yxy4.63990.20380.2255
Hunter Lab21.5404-2.9395-17.2385
CIE-Lab25.6832-2.9809-23.3266

#124060 color RGB value is (18,64,96).

#124060 hex color red value is 18, green value is 64 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #124060 hue: 0.57 , saturation: 0.68 and the lightness value of 124060 is 0.22.

The process color (four color CMYK) of #124060 color hex is 0.81, 0.33, 0.00, 0.62. Web safe color of #124060 is #003366. Color #124060 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000000 01100000
Octal 22 100 140
Decimal 18 64 96
Hex 12 40 60

RGB Percentages of Color #124060

%10.11
%35.96
%53.93

CMYK Percentages of Color #124060

%81
%33
%0
%62

Triadic Colors of #124060

#124060 #601240 #406012

Analogous Colors of #124060

#124060 #121960 #126059

Monochromatic Colors of #124060

#124060

Complementary Color

#124060 #603212

#124060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124060 Color CSS Codes

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

#124060 Text Font Color

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

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


#124060 Background Color

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

This div background color is #124060


#124060 Border Color

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

This div border color is #124060


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,64,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #124060; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #124060;
  -webkit-box-shadow: 1px 1px 3px 2px #124060;
  box-shadow:         1px 1px 3px 2px #124060; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124060


Comments

No comments written yet.

Please login to write comment.