Color Hex Logo

#256edd Color Hex

#256EDD
(37,110,221)
0 Favorites   0 Comments

Color spaces of #256edd

RGB 37110221
HSL0.600.730.51
HSV216°83°87°
CMYK 0.830.500.00   0.13
XYZ19.390016.765670.6207
Yxy16.76560.18160.1570
Hunter Lab40.945812.8740-73.5975
CIE-Lab47.963318.6364-62.8411

#256edd color RGB value is (37,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101110 11011101
Octal 45 156 335
Decimal 37 110 221
Hex 25 6E DD

RGB Percentages of Color #256edd

%10.05
%29.89
%60.05

CMYK Percentages of Color #256edd

%83
%50
%0
%13

Triadic Colors of #256edd

#256edd #dd256e #6edd25

Analogous Colors of #256edd

#256edd #3825dd #25cadd

Monochromatic Colors of #256edd

#256edd

Complementary Color

#256edd #dd9425

#256edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#256edd Color CSS Codes

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

#256edd Text Font Color

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

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


#256edd Background Color

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

This div background color is #256edd


#256edd Border Color

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

This div border color is #256edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256edd


Comments

No comments written yet.

Please login to write comment.