Color Hex Logo

#2593ac Color Hex

#2593AC
(37,147,172)
0 Favorites   0 Comments

Color spaces of #2593ac

RGB 37147172
HSL0.530.650.41
HSV191°78°67°
CMYK 0.780.150.00   0.33
XYZ18.643124.239342.7258
Yxy24.23930.21780.2831
Hunter Lab49.2334-18.5663-16.9897
CIE-Lab56.3266-21.2411-21.7211

#2593ac color RGB value is (37,147,172).

#2593ac hex color red value is 37, green value is 147 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2593ac hue: 0.53 , saturation: 0.65 and the lightness value of 2593ac is 0.41.

The process color (four color CMYK) of #2593ac color hex is 0.78, 0.15, 0.00, 0.33. Web safe color of #2593ac is #339999. Color #2593ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010011 10101100
Octal 45 223 254
Decimal 37 147 172
Hex 25 93 AC

RGB Percentages of Color #2593ac

%10.39
%41.29
%48.31

CMYK Percentages of Color #2593ac

%78
%15
%0
%33

Triadic Colors of #2593ac

#2593ac #ac2593 #93ac25

Analogous Colors of #2593ac

#2593ac #2550ac #25ac82

Monochromatic Colors of #2593ac

#2593ac

Complementary Color

#2593ac #ac3e25

#2593ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2593ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2593ac Color CSS Codes

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

#2593ac Text Font Color

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

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


#2593ac Background Color

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

This div background color is #2593ac


#2593ac Border Color

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

This div border color is #2593ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,147,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 #2593ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2593ac


Comments

No comments written yet.

Please login to write comment.