Color Hex Logo

#256edc Color Hex

#256EDC
(37,110,220)
0 Favorites   0 Comments

Color spaces of #256edc

RGB 37110220
HSL0.600.720.50
HSV216°83°86°
CMYK 0.830.500.00   0.14
XYZ19.257116.712569.9210
Yxy16.71250.18190.1578
Hunter Lab40.880912.5414-72.7905
CIE-Lab47.895718.2537-62.3840

#256edc color RGB value is (37,110,220).

#256edc hex color red value is 37, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #256edc hue: 0.60 , saturation: 0.72 and the lightness value of 256edc is 0.50.

The process color (four color CMYK) of #256edc color hex is 0.83, 0.50, 0.00, 0.14. Web safe color of #256edc is #3366cc. Color #256edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101110 11011100
Octal 45 156 334
Decimal 37 110 220
Hex 25 6E DC

RGB Percentages of Color #256edc

%10.08
%29.97
%59.95

CMYK Percentages of Color #256edc

%83
%50
%0
%14

Triadic Colors of #256edc

#256edc #dc256e #6edc25

Analogous Colors of #256edc

#256edc #3725dc #25cadc

Monochromatic Colors of #256edc

#256edc

Complementary Color

#256edc #dc9325

#256edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#256edc Color CSS Codes

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

#256edc Text Font Color

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

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


#256edc Background Color

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

This div background color is #256edc


#256edc Border Color

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

This div border color is #256edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256edc


Comments

No comments written yet.

Please login to write comment.