Color Hex Logo

#25466e Color Hex

#25466E
(37,70,110)
0 Favorites   0 Comments

Color spaces of #25466e

RGB 3770110
HSL0.590.500.29
HSV213°66°43°
CMYK 0.660.360.00   0.57
XYZ5.76765.899415.5866
Yxy5.89940.21160.2165
Hunter Lab24.2887-0.1185-21.0457
CIE-Lab29.15721.8385-26.7657

#25466e color RGB value is (37,70,110).

#25466e hex color red value is 37, green value is 70 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #25466e hue: 0.59 , saturation: 0.50 and the lightness value of 25466e is 0.29.

The process color (four color CMYK) of #25466e color hex is 0.66, 0.36, 0.00, 0.57. Web safe color of #25466e is #333366. Color #25466e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000110 01101110
Octal 45 106 156
Decimal 37 70 110
Hex 25 46 6E

RGB Percentages of Color #25466e

%17.05
%32.26
%50.69

CMYK Percentages of Color #25466e

%66
%36
%0
%57

Triadic Colors of #25466e

#25466e #6e2546 #466e25

Analogous Colors of #25466e

#25466e #29256e #256b6e

Monochromatic Colors of #25466e

#25466e

Complementary Color

#25466e #6e4d25

#25466e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25466e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25466e Color CSS Codes

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

#25466e Text Font Color

<p style="color:#25466e">Text here</p>

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


#25466e Background Color

<div style="background-color:#25466e">
Div content here</div>

This div background color is #25466e


#25466e Border Color

<div style="border:3px solid #25466e">
Div here</div>

This div border color is #25466e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,70,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25466e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25466e;
  -webkit-box-shadow: 1px 1px 3px 2px #25466e;
  box-shadow:         1px 1px 3px 2px #25466e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25466e


Comments

No comments written yet.

Please login to write comment.