Color Hex Logo

#256aeb Color Hex

#256AEB
(37,106,235)
0 Favorites   0 Comments

Color spaces of #256aeb

RGB 37106235
HSL0.610.830.53
HSV219°84°92°
CMYK 0.840.550.00   0.08
XYZ20.912416.699580.7184
Yxy16.69950.17670.1411
Hunter Lab40.865019.8324-88.5067
CIE-Lab47.879226.5093-70.8728

#256aeb color RGB value is (37,106,235).

#256aeb hex color red value is 37, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #256aeb hue: 0.61 , saturation: 0.83 and the lightness value of 256aeb is 0.53.

The process color (four color CMYK) of #256aeb color hex is 0.84, 0.55, 0.00, 0.08. Web safe color of #256aeb is #3366ff. Color #256aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101010 11101011
Octal 45 152 353
Decimal 37 106 235
Hex 25 6A EB

RGB Percentages of Color #256aeb

%9.79
%28.04
%62.17

CMYK Percentages of Color #256aeb

%84
%55
%0
%8

Triadic Colors of #256aeb

#256aeb #eb256a #6aeb25

Analogous Colors of #256aeb

#256aeb #4325eb #25cdeb

Monochromatic Colors of #256aeb

#256aeb

Complementary Color

#256aeb #eba625

#256aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#256aeb Color CSS Codes

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

#256aeb Text Font Color

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

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


#256aeb Background Color

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

This div background color is #256aeb


#256aeb Border Color

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

This div border color is #256aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256aeb


Comments

No comments written yet.

Please login to write comment.