Color Hex Logo

#2659ad Color Hex

#2659AD
(38,89,173)
0 Favorites   0 Comments

Color spaces of #2659ad

RGB 3889173
HSL0.600.640.41
HSV217°78°68°
CMYK 0.780.490.00   0.32
XYZ11.914510.574040.9482
Yxy10.57400.18780.1667
Hunter Lab32.51778.4966-51.8991
CIE-Lab38.853513.7981-49.7877

#2659ad color RGB value is (38,89,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011001 10101101
Octal 46 131 255
Decimal 38 89 173
Hex 26 59 AD

RGB Percentages of Color #2659ad

%12.67
%29.67
%57.67

CMYK Percentages of Color #2659ad

%78
%49
%0
%32

Triadic Colors of #2659ad

#2659ad #ad2659 #59ad26

Analogous Colors of #2659ad

#2659ad #3726ad #269dad

Monochromatic Colors of #2659ad

#2659ad

Complementary Color

#2659ad #ad7a26

#2659ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2659ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2659ad Color CSS Codes

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

#2659ad Text Font Color

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

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


#2659ad Background Color

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

This div background color is #2659ad


#2659ad Border Color

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

This div border color is #2659ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2659ad


Comments

No comments written yet.

Please login to write comment.