Color Hex Logo

#25494c Color Hex

#25494C
(37,73,76)
1 Favorites   0 Comments

Color spaces of #25494c

RGB 377376
HSL0.510.350.22
HSV185°51°30°
CMYK 0.510.040.00   0.70
XYZ4.45005.68027.6993
Yxy5.68020.24960.3186
Hunter Lab23.8332-8.3795-2.4704
CIE-Lab28.5909-11.9927-5.8233

#25494c color RGB value is (37,73,76).

#25494c hex color red value is 37, green value is 73 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #25494c hue: 0.51 , saturation: 0.35 and the lightness value of 25494c is 0.22.

The process color (four color CMYK) of #25494c color hex is 0.51, 0.04, 0.00, 0.70. Web safe color of #25494c is #333333. Color #25494c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001001 01001100
Octal 45 111 114
Decimal 37 73 76
Hex 25 49 4C

RGB Percentages of Color #25494c

%19.89
%39.25
%40.86

CMYK Percentages of Color #25494c

%51
%4
%0
%70

Triadic Colors of #25494c

#25494c #4c2549 #494c25

Analogous Colors of #25494c

#25494c #25364c #254c3c

Monochromatic Colors of #25494c

#25494c

Complementary Color

#25494c #4c2825

#25494c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25494c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25494c Color CSS Codes

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

#25494c Text Font Color

<p style="color:#25494c">Text here</p>

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


#25494c Background Color

<div style="background-color:#25494c">
Div content here</div>

This div background color is #25494c


#25494c Border Color

<div style="border:3px solid #25494c">
Div here</div>

This div border color is #25494c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,73,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25494c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25494c;
  -webkit-box-shadow: 1px 1px 3px 2px #25494c;
  box-shadow:         1px 1px 3px 2px #25494c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25494c


Comments

No comments written yet.

Please login to write comment.