Color Hex Logo

#25434e Color Hex

#25434E
(37,67,78)
0 Favorites   0 Comments

Color spaces of #25434e

RGB 376778
HSL0.540.360.23
HSV196°53°31°
CMYK 0.530.140.00   0.69
XYZ4.14534.95777.9462
Yxy4.95770.24310.2908
Hunter Lab22.2659-5.7335-5.5732
CIE-Lab26.6139-7.6821-10.1066

#25434e color RGB value is (37,67,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000011 01001110
Octal 45 103 116
Decimal 37 67 78
Hex 25 43 4E

RGB Percentages of Color #25434e

%20.33
%36.81
%42.86

CMYK Percentages of Color #25434e

%53
%14
%0
%69

Triadic Colors of #25434e

#25434e #4e2543 #434e25

Analogous Colors of #25434e

#25434e #252f4e #254e45

Monochromatic Colors of #25434e

#25434e

Complementary Color

#25434e #4e3025

#25434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25434e Color CSS Codes

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

#25434e Text Font Color

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

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


#25434e Background Color

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

This div background color is #25434e


#25434e Border Color

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

This div border color is #25434e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25434e


Comments

No comments written yet.

Please login to write comment.