Color Hex Logo

#256ebd Color Hex

#256EBD
(37,110,189)
0 Favorites   0 Comments

Color spaces of #256ebd

RGB 37110189
HSL0.590.670.44
HSV211°80°74°
CMYK 0.800.420.00   0.26
XYZ15.524215.219350.2635
Yxy15.21930.19160.1879
Hunter Lab39.01192.7605-49.0817
CIE-Lab45.93316.3599-47.7896

#256ebd color RGB value is (37,110,189).

#256ebd hex color red value is 37, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #256ebd hue: 0.59 , saturation: 0.67 and the lightness value of 256ebd is 0.44.

The process color (four color CMYK) of #256ebd color hex is 0.80, 0.42, 0.00, 0.26. Web safe color of #256ebd is #3366cc. Color #256ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101110 10111101
Octal 45 156 275
Decimal 37 110 189
Hex 25 6E BD

RGB Percentages of Color #256ebd

%11.01
%32.74
%56.25

CMYK Percentages of Color #256ebd

%80
%42
%0
%26

Triadic Colors of #256ebd

#256ebd #bd256e #6ebd25

Analogous Colors of #256ebd

#256ebd #2825bd #25babd

Monochromatic Colors of #256ebd

#256ebd

Complementary Color

#256ebd #bd7425

#256ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#256ebd Color CSS Codes

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

#256ebd Text Font Color

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

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


#256ebd Background Color

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

This div background color is #256ebd


#256ebd Border Color

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

This div border color is #256ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,110,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #256ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #256ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #256ebd;
  box-shadow:         1px 1px 3px 2px #256ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256ebd


Comments

No comments written yet.

Please login to write comment.