Color Hex Logo

#25464e Color Hex

#25464E
(37,70,78)
0 Favorites   0 Comments

Color spaces of #25464e

RGB 377078
HSL0.530.360.23
HSV192°53°31°
CMYK 0.530.100.00   0.69
XYZ4.32835.32378.0072
Yxy5.32370.24510.3015
Hunter Lab23.0731-6.8931-4.4245
CIE-Lab27.6378-9.5425-8.5547

#25464e color RGB value is (37,70,78).

#25464e hex color red value is 37, green value is 70 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #25464e hue: 0.53 , saturation: 0.36 and the lightness value of 25464e is 0.23.

The process color (four color CMYK) of #25464e color hex is 0.53, 0.10, 0.00, 0.69. Web safe color of #25464e is #333366. Color #25464e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000110 01001110
Octal 45 106 116
Decimal 37 70 78
Hex 25 46 4E

RGB Percentages of Color #25464e

%20.00
%37.84
%42.16

CMYK Percentages of Color #25464e

%53
%10
%0
%69

Triadic Colors of #25464e

#25464e #4e2546 #464e25

Analogous Colors of #25464e

#25464e #25324e #254e42

Monochromatic Colors of #25464e

#25464e

Complementary Color

#25464e #4e2d25

#25464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25464e Color CSS Codes

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

#25464e Text Font Color

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

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


#25464e Background Color

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

This div background color is #25464e


#25464e Border Color

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

This div border color is #25464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25464e


Comments

No comments written yet.

Please login to write comment.