Color Hex Logo

#256cff Color Hex

#256CFF
(37,108,255)
0 Favorites   0 Comments

Color spaces of #256cff

RGB 37108255
HSL0.611.000.57
HSV220°85°100°
CMYK 0.850.580.00   0.00
XYZ24.175518.338496.8732
Yxy18.33840.17340.1316
Hunter Lab42.823425.8295-104.1470
CIE-Lab49.904032.7290-78.7308

#256cff color RGB value is (37,108,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101100 11111111
Octal 45 154 377
Decimal 37 108 255
Hex 25 6C FF

RGB Percentages of Color #256cff

%9.25
%27.00
%63.75

CMYK Percentages of Color #256cff

%85
%58
%0
%0

Triadic Colors of #256cff

#256cff #ff256c #6cff25

Analogous Colors of #256cff

#256cff #4b25ff #25d9ff

Monochromatic Colors of #256cff

#256cff

Complementary Color

#256cff #ffb825

#256cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#256cff Color CSS Codes

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

#256cff Text Font Color

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

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


#256cff Background Color

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

This div background color is #256cff


#256cff Border Color

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

This div border color is #256cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256cff


Comments

No comments written yet.

Please login to write comment.