Color Hex Logo

#256eef Color Hex

#256EEF
(37,110,239)
0 Favorites   0 Comments

Color spaces of #256eef

RGB 37110239
HSL0.610.860.54
HSV218°85°94°
CMYK 0.850.540.00   0.06
XYZ21.918917.777283.9374
Yxy17.77720.17730.1438
Hunter Lab42.163019.0099-88.5194
CIE-Lab49.224825.4762-70.9277

#256eef color RGB value is (37,110,239).

#256eef hex color red value is 37, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #256eef hue: 0.61 , saturation: 0.86 and the lightness value of 256eef is 0.54.

The process color (four color CMYK) of #256eef color hex is 0.85, 0.54, 0.00, 0.06. Web safe color of #256eef is #3366ff. Color #256eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101110 11101111
Octal 45 156 357
Decimal 37 110 239
Hex 25 6E EF

RGB Percentages of Color #256eef

%9.59
%28.50
%61.92

CMYK Percentages of Color #256eef

%85
%54
%0
%6

Triadic Colors of #256eef

#256eef #ef256e #6eef25

Analogous Colors of #256eef

#256eef #4125ef #25d3ef

Monochromatic Colors of #256eef

#256eef

Complementary Color

#256eef #efa625

#256eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#256eef Color CSS Codes

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

#256eef Text Font Color

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

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


#256eef Background Color

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

This div background color is #256eef


#256eef Border Color

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

This div border color is #256eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256eef


Comments

No comments written yet.

Please login to write comment.