Color Hex Logo

#2556ad Color Hex

#2556AD
(37,86,173)
0 Favorites   0 Comments

Color spaces of #2556ad

RGB 3786173
HSL0.610.650.41
HSV218°79°68°
CMYK 0.790.500.00   0.32
XYZ11.633610.066040.8649
Yxy10.06600.18590.1609
Hunter Lab31.72709.9300-54.1577
CIE-Lab37.960615.6645-51.2292

#2556ad color RGB value is (37,86,173).

#2556ad hex color red value is 37, green value is 86 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2556ad hue: 0.61 , saturation: 0.65 and the lightness value of 2556ad is 0.41.

The process color (four color CMYK) of #2556ad color hex is 0.79, 0.50, 0.00, 0.32. Web safe color of #2556ad is #336699. Color #2556ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010110 10101101
Octal 45 126 255
Decimal 37 86 173
Hex 25 56 AD

RGB Percentages of Color #2556ad

%12.50
%29.05
%58.45

CMYK Percentages of Color #2556ad

%79
%50
%0
%32

Triadic Colors of #2556ad

#2556ad #ad2556 #56ad25

Analogous Colors of #2556ad

#2556ad #3825ad #259aad

Monochromatic Colors of #2556ad

#2556ad

Complementary Color

#2556ad #ad7c25

#2556ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2556ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2556ad Color CSS Codes

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

#2556ad Text Font Color

<p style="color:#2556ad">Text here</p>

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


#2556ad Background Color

<div style="background-color:#2556ad">
Div content here</div>

This div background color is #2556ad


#2556ad Border Color

<div style="border:3px solid #2556ad">
Div here</div>

This div border color is #2556ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,86,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2556ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2556ad;
  -webkit-box-shadow: 1px 1px 3px 2px #2556ad;
  box-shadow:         1px 1px 3px 2px #2556ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2556ad


Comments

No comments written yet.

Please login to write comment.