Color Hex Logo

#25709a Color Hex

#25709A
(37,112,154)
0 Favorites   0 Comments

Color spaces of #25709a

RGB 37112154
HSL0.560.610.37
HSV202°76°60°
CMYK 0.760.270.00   0.40
XYZ12.389914.314732.6819
Yxy14.31470.20860.2410
Hunter Lab37.8348-7.7568-24.7307
CIE-Lab44.6809-8.0351-29.2876

#25709a color RGB value is (37,112,154).

#25709a hex color red value is 37, green value is 112 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #25709a hue: 0.56 , saturation: 0.61 and the lightness value of 25709a is 0.37.

The process color (four color CMYK) of #25709a color hex is 0.76, 0.27, 0.00, 0.40. Web safe color of #25709a is #336699. Color #25709a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110000 10011010
Octal 45 160 232
Decimal 37 112 154
Hex 25 70 9A

RGB Percentages of Color #25709a

%12.21
%36.96
%50.83

CMYK Percentages of Color #25709a

%76
%27
%0
%40

Triadic Colors of #25709a

#25709a #9a2570 #709a25

Analogous Colors of #25709a

#25709a #25369a #259a8a

Monochromatic Colors of #25709a

#25709a

Complementary Color

#25709a #9a4f25

#25709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25709a Color CSS Codes

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

#25709a Text Font Color

<p style="color:#25709a">Text here</p>

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


#25709a Background Color

<div style="background-color:#25709a">
Div content here</div>

This div background color is #25709a


#25709a Border Color

<div style="border:3px solid #25709a">
Div here</div>

This div border color is #25709a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,112,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25709a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25709a;
  -webkit-box-shadow: 1px 1px 3px 2px #25709a;
  box-shadow:         1px 1px 3px 2px #25709a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25709a


Comments

No comments written yet.

Please login to write comment.