Color Hex Logo

#124674 Color Hex

#124674
(18,70,116)
0 Favorites   0 Comments

Color spaces of #124674

RGB 1870116
HSL0.580.730.26
HSV208°84°45°
CMYK 0.840.400.00   0.55
XYZ5.59205.769917.3420
Yxy5.76990.19480.2010
Hunter Lab24.0206-0.4813-25.9908
CIE-Lab28.82441.2587-31.1284

#124674 color RGB value is (18,70,116).

#124674 hex color red value is 18, green value is 70 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #124674 hue: 0.58 , saturation: 0.73 and the lightness value of 124674 is 0.26.

The process color (four color CMYK) of #124674 color hex is 0.84, 0.40, 0.00, 0.55. Web safe color of #124674 is #003366. Color #124674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000110 01110100
Octal 22 106 164
Decimal 18 70 116
Hex 12 46 74

RGB Percentages of Color #124674

%8.82
%34.31
%56.86

CMYK Percentages of Color #124674

%84
%40
%0
%55

Triadic Colors of #124674

#124674 #741246 #467412

Analogous Colors of #124674

#124674 #121574 #127471

Monochromatic Colors of #124674

#124674

Complementary Color

#124674 #744012

#124674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124674 Color CSS Codes

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

#124674 Text Font Color

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

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


#124674 Background Color

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

This div background color is #124674


#124674 Border Color

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

This div border color is #124674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124674


Comments

No comments written yet.

Please login to write comment.