Color Hex Logo

#2656ad Color Hex

#2656AD
(38,86,173)
0 Favorites   0 Comments

Color spaces of #2656ad

RGB 3886173
HSL0.610.640.41
HSV219°78°68°
CMYK 0.780.500.00   0.32
XYZ11.669910.084840.8666
Yxy10.08480.18640.1610
Hunter Lab31.756610.0211-54.0690
CIE-Lab37.994215.7778-51.1733

#2656ad color RGB value is (38,86,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01010110 10101101
Octal 46 126 255
Decimal 38 86 173
Hex 26 56 AD

RGB Percentages of Color #2656ad

%12.79
%28.96
%58.25

CMYK Percentages of Color #2656ad

%78
%50
%0
%32

Triadic Colors of #2656ad

#2656ad #ad2656 #56ad26

Analogous Colors of #2656ad

#2656ad #3a26ad #269aad

Monochromatic Colors of #2656ad

#2656ad

Complementary Color

#2656ad #ad7d26

#2656ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2656ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2656ad Color CSS Codes

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

#2656ad Text Font Color

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

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


#2656ad Background Color

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

This div background color is #2656ad


#2656ad Border Color

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

This div border color is #2656ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,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 #2656ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2656ad


Comments

No comments written yet.

Please login to write comment.