Color Hex Logo

#12563b Color Hex

#12563B
(18,86,59)
0 Favorites   0 Comments

Color spaces of #12563b

RGB 188659
HSL0.430.650.20
HSV156°79°34°
CMYK 0.790.000.31   0.66
XYZ4.36677.09995.2780
Yxy7.09990.26080.4240
Hunter Lab26.6456-17.37726.9077
CIE-Lab32.0333-27.96229.8926

#12563b color RGB value is (18,86,59).

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

The process color (four color CMYK) of #12563b color hex is 0.79, 0.00, 0.31, 0.66. Web safe color of #12563b is #006633. Color #12563b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010110 00111011
Octal 22 126 73
Decimal 18 86 59
Hex 12 56 3B

RGB Percentages of Color #12563b

%11.04
%52.76
%36.20

CMYK Percentages of Color #12563b

%79
%0
%31
%66

Triadic Colors of #12563b

#12563b #3b1256 #563b12

Analogous Colors of #12563b

#12563b #124f56 #125619

Monochromatic Colors of #12563b

#12563b

Complementary Color

#12563b #56122d

#12563b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12563b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12563b Color CSS Codes

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

#12563b Text Font Color

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

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


#12563b Background Color

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

This div background color is #12563b


#12563b Border Color

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

This div border color is #12563b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12563b


Comments

No comments written yet.

Please login to write comment.