Color Hex Logo

#256063 Color Hex

#256063
(37,96,99)
0 Favorites   0 Comments

Color spaces of #256063

RGB 379699
HSL0.510.460.27
HSV183°63°39°
CMYK 0.630.030.00   0.61
XYZ7.19809.659913.2896
Yxy9.65990.23880.3204
Hunter Lab31.0804-13.0513-3.5954
CIE-Lab37.2250-17.8771-7.4409

#256063 color RGB value is (37,96,99).

#256063 hex color red value is 37, green value is 96 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #256063 hue: 0.51 , saturation: 0.46 and the lightness value of 256063 is 0.27.

The process color (four color CMYK) of #256063 color hex is 0.63, 0.03, 0.00, 0.61. Web safe color of #256063 is #336666. Color #256063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100000 01100011
Octal 45 140 143
Decimal 37 96 99
Hex 25 60 63

RGB Percentages of Color #256063

%15.95
%41.38
%42.67

CMYK Percentages of Color #256063

%63
%3
%0
%61

Triadic Colors of #256063

#256063 #632560 #606325

Analogous Colors of #256063

#256063 #254163 #256347

Monochromatic Colors of #256063

#256063

Complementary Color

#256063 #632825

#256063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#256063 Color CSS Codes

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

#256063 Text Font Color

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

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


#256063 Background Color

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

This div background color is #256063


#256063 Border Color

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

This div border color is #256063


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,96,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #256063; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #256063;
  -webkit-box-shadow: 1px 1px 3px 2px #256063;
  box-shadow:         1px 1px 3px 2px #256063; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,96,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256063


Comments

No comments written yet.

Please login to write comment.