Color Hex Logo

#256660 Color Hex

#256660
(37,102,96)
0 Favorites   0 Comments

Color spaces of #256660

RGB 3710296
HSL0.480.470.27
HSV174°64°40°
CMYK 0.640.000.06   0.60
XYZ7.625610.740612.7376
Yxy10.74060.24520.3453
Hunter Lab32.7729-15.8190-0.1028
CIE-Lab39.1401-22.0233-2.7460

#256660 color RGB value is (37,102,96).

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

The process color (four color CMYK) of #256660 color hex is 0.64, 0.00, 0.06, 0.60. Web safe color of #256660 is #336666. Color #256660 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100110 01100000
Octal 45 146 140
Decimal 37 102 96
Hex 25 66 60

RGB Percentages of Color #256660

%15.74
%43.40
%40.85

CMYK Percentages of Color #256660

%64
%0
%6
%60

Triadic Colors of #256660

#256660 #602566 #666025

Analogous Colors of #256660

#256660 #254c66 #256640

Monochromatic Colors of #256660

#256660

Complementary Color

#256660 #66252b

#256660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#256660 Color CSS Codes

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

#256660 Text Font Color

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

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


#256660 Background Color

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

This div background color is #256660


#256660 Border Color

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

This div border color is #256660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256660


Comments

No comments written yet.

Please login to write comment.