Color Hex Logo

#256ffd Color Hex

#256FFD
(37,111,253)
0 Favorites   0 Comments

Color spaces of #256ffd

RGB 37111253
HSL0.610.980.57
HSV219°85°99°
CMYK 0.850.560.00   0.01
XYZ24.177018.854095.2934
Yxy18.85400.17480.1363
Hunter Lab43.421223.4020-99.7247
CIE-Lab50.516030.0978-76.6243

#256ffd color RGB value is (37,111,253).

#256ffd hex color red value is 37, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #256ffd hue: 0.61 , saturation: 0.98 and the lightness value of 256ffd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101111 11111101
Octal 45 157 375
Decimal 37 111 253
Hex 25 6F FD

RGB Percentages of Color #256ffd

%9.23
%27.68
%63.09

CMYK Percentages of Color #256ffd

%85
%56
%0
%1

Triadic Colors of #256ffd

#256ffd #fd256f #6ffd25

Analogous Colors of #256ffd

#256ffd #4725fd #25dbfd

Monochromatic Colors of #256ffd

#256ffd

Complementary Color

#256ffd #fdb325

#256ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#256ffd Color CSS Codes

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

#256ffd Text Font Color

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

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


#256ffd Background Color

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

This div background color is #256ffd


#256ffd Border Color

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

This div border color is #256ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256ffd


Comments

No comments written yet.

Please login to write comment.