Color Hex Logo

#124956 Color Hex

#124956
(18,73,86)
0 Favorites   0 Comments

Color spaces of #124956

RGB 187386
HSL0.530.650.20
HSV191°79°34°
CMYK 0.790.150.00   0.66
XYZ4.31175.56569.6511
Yxy5.56560.22080.2850
Hunter Lab23.5915-8.6617-7.7410
CIE-Lab28.2889-12.5779-12.8132

#124956 color RGB value is (18,73,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001001 01010110
Octal 22 111 126
Decimal 18 73 86
Hex 12 49 56

RGB Percentages of Color #124956

%10.17
%41.24
%48.59

CMYK Percentages of Color #124956

%79
%15
%0
%66

Triadic Colors of #124956

#124956 #561249 #495612

Analogous Colors of #124956

#124956 #122756 #125641

Monochromatic Colors of #124956

#124956

Complementary Color

#124956 #561f12

#124956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124956 Color CSS Codes

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

#124956 Text Font Color

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

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


#124956 Background Color

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

This div background color is #124956


#124956 Border Color

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

This div border color is #124956


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,73,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 #124956">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124956


Comments

No comments written yet.

Please login to write comment.