Color Hex Logo

#124756 Color Hex

#124756
(18,71,86)
0 Favorites   0 Comments

Color spaces of #124756

RGB 187186
HSL0.540.650.20
HSV193°79°34°
CMYK 0.790.170.00   0.66
XYZ4.18245.30709.6080
Yxy5.30700.21900.2779
Hunter Lab23.0369-7.9076-8.6022
CIE-Lab27.5921-11.3748-13.8817

#124756 color RGB value is (18,71,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000111 01010110
Octal 22 107 126
Decimal 18 71 86
Hex 12 47 56

RGB Percentages of Color #124756

%10.29
%40.57
%49.14

CMYK Percentages of Color #124756

%79
%17
%0
%66

Triadic Colors of #124756

#124756 #561247 #475612

Analogous Colors of #124756

#124756 #122556 #125643

Monochromatic Colors of #124756

#124756

Complementary Color

#124756 #562112

#124756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124756 Color CSS Codes

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

#124756 Text Font Color

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

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


#124756 Background Color

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

This div background color is #124756


#124756 Border Color

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

This div border color is #124756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124756


Comments

No comments written yet.

Please login to write comment.