Color Hex Logo

#25598a Color Hex

#25598A
(37,89,138)
0 Favorites   0 Comments

Color spaces of #25598a

RGB 3789138
HSL0.580.580.34
HSV209°73°54°
CMYK 0.730.360.00   0.46
XYZ8.92289.373025.3837
Yxy9.37300.20430.2146
Hunter Lab30.6154-1.5533-27.7276
CIE-Lab36.69270.1193-32.2420

#25598a color RGB value is (37,89,138).

#25598a hex color red value is 37, green value is 89 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #25598a hue: 0.58 , saturation: 0.58 and the lightness value of 25598a is 0.34.

The process color (four color CMYK) of #25598a color hex is 0.73, 0.36, 0.00, 0.46. Web safe color of #25598a is #336699. Color #25598a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 10001010
Octal 45 131 212
Decimal 37 89 138
Hex 25 59 8A

RGB Percentages of Color #25598a

%14.02
%33.71
%52.27

CMYK Percentages of Color #25598a

%73
%36
%0
%46

Triadic Colors of #25598a

#25598a #8a2559 #598a25

Analogous Colors of #25598a

#25598a #25268a #258a89

Monochromatic Colors of #25598a

#25598a

Complementary Color

#25598a #8a5625

#25598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25598a Color CSS Codes

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

#25598a Text Font Color

<p style="color:#25598a">Text here</p>

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


#25598a Background Color

<div style="background-color:#25598a">
Div content here</div>

This div background color is #25598a


#25598a Border Color

<div style="border:3px solid #25598a">
Div here</div>

This div border color is #25598a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,89,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25598a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25598a;
  -webkit-box-shadow: 1px 1px 3px 2px #25598a;
  box-shadow:         1px 1px 3px 2px #25598a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25598a


Comments

No comments written yet.

Please login to write comment.