Color Hex Logo

#25506e Color Hex

#25506E
(37,80,110)
0 Favorites   0 Comments

Color spaces of #25506e

RGB 3780110
HSL0.570.500.29
HSV205°66°43°
CMYK 0.660.270.00   0.57
XYZ6.44617.256415.8127
Yxy7.25640.21840.2459
Hunter Lab26.9377-4.4266-15.9474
CIE-Lab32.3836-4.6474-21.7064

#25506e color RGB value is (37,80,110).

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

The process color (four color CMYK) of #25506e color hex is 0.66, 0.27, 0.00, 0.57. Web safe color of #25506e is #336666. Color #25506e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010000 01101110
Octal 45 120 156
Decimal 37 80 110
Hex 25 50 6E

RGB Percentages of Color #25506e

%16.30
%35.24
%48.46

CMYK Percentages of Color #25506e

%66
%27
%0
%57

Triadic Colors of #25506e

#25506e #6e2550 #506e25

Analogous Colors of #25506e

#25506e #252b6e #256e68

Monochromatic Colors of #25506e

#25506e

Complementary Color

#25506e #6e4325

#25506e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25506e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25506e Color CSS Codes

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

#25506e Text Font Color

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

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


#25506e Background Color

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

This div background color is #25506e


#25506e Border Color

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

This div border color is #25506e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25506e


Comments

No comments written yet.

Please login to write comment.