Color Hex Logo

#2659ac Color Hex

#2659AC
(38,89,172)
0 Favorites   0 Comments

Color spaces of #2659ac

RGB 3889172
HSL0.600.640.41
HSV217°78°67°
CMYK 0.780.480.00   0.33
XYZ11.818110.535440.4404
Yxy10.53540.18820.1678
Hunter Lab32.45838.1901-51.1498
CIE-Lab38.786713.4094-49.3036

#2659ac color RGB value is (38,89,172).

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

The process color (four color CMYK) of #2659ac color hex is 0.78, 0.48, 0.00, 0.33. Web safe color of #2659ac is #336699. Color #2659ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011001 10101100
Octal 46 131 254
Decimal 38 89 172
Hex 26 59 AC

RGB Percentages of Color #2659ac

%12.71
%29.77
%57.53

CMYK Percentages of Color #2659ac

%78
%48
%0
%33

Triadic Colors of #2659ac

#2659ac #ac2659 #59ac26

Analogous Colors of #2659ac

#2659ac #3626ac #269cac

Monochromatic Colors of #2659ac

#2659ac

Complementary Color

#2659ac #ac7926

#2659ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2659ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2659ac Color CSS Codes

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

#2659ac Text Font Color

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

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


#2659ac Background Color

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

This div background color is #2659ac


#2659ac Border Color

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

This div border color is #2659ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,89,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2659ac


Comments

No comments written yet.

Please login to write comment.