Color Hex Logo

#124246 Color Hex

#124246
(18,66,70)
0 Favorites   0 Comments

Color spaces of #124246

RGB 186670
HSL0.510.590.17
HSV185°74°27°
CMYK 0.740.060.00   0.73
XYZ3.30324.46726.4825
Yxy4.46720.23180.3134
Hunter Lab21.1358-9.0907-3.3897
CIE-Lab25.1595-14.2433-7.1306

#124246 color RGB value is (18,66,70).

#124246 hex color red value is 18, green value is 66 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #124246 hue: 0.51 , saturation: 0.59 and the lightness value of 124246 is 0.17.

The process color (four color CMYK) of #124246 color hex is 0.74, 0.06, 0.00, 0.73. Web safe color of #124246 is #003333. Color #124246 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000010 01000110
Octal 22 102 106
Decimal 18 66 70
Hex 12 42 46

RGB Percentages of Color #124246

%11.69
%42.86
%45.45

CMYK Percentages of Color #124246

%74
%6
%0
%73

Triadic Colors of #124246

#124246 #461242 #424612

Analogous Colors of #124246

#124246 #122846 #124630

Monochromatic Colors of #124246

#124246

Complementary Color

#124246 #461612

#124246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124246 Color CSS Codes

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

#124246 Text Font Color

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

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


#124246 Background Color

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

This div background color is #124246


#124246 Border Color

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

This div border color is #124246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124246


Comments

No comments written yet.

Please login to write comment.