Color Hex Logo

#25699d Color Hex

#25699D
(37,105,157)
0 Favorites   0 Comments

Color spaces of #25699d

RGB 37105157
HSL0.570.620.38
HSV206°76°62°
CMYK 0.760.330.00   0.38
XYZ11.900312.930833.7670
Yxy12.93080.20310.2207
Hunter Lab35.9594-3.8567-30.5035
CIE-Lab42.6588-2.7034-34.2399

#25699d color RGB value is (37,105,157).

#25699d hex color red value is 37, green value is 105 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #25699d hue: 0.57 , saturation: 0.62 and the lightness value of 25699d is 0.38.

The process color (four color CMYK) of #25699d color hex is 0.76, 0.33, 0.00, 0.38. Web safe color of #25699d is #336699. Color #25699d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101001 10011101
Octal 45 151 235
Decimal 37 105 157
Hex 25 69 9D

RGB Percentages of Color #25699d

%12.37
%35.12
%52.51

CMYK Percentages of Color #25699d

%76
%33
%0
%38

Triadic Colors of #25699d

#25699d #9d2569 #699d25

Analogous Colors of #25699d

#25699d #252d9d #259d95

Monochromatic Colors of #25699d

#25699d

Complementary Color

#25699d #9d5925

#25699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25699d Color CSS Codes

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

#25699d Text Font Color

<p style="color:#25699d">Text here</p>

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


#25699d Background Color

<div style="background-color:#25699d">
Div content here</div>

This div background color is #25699d


#25699d Border Color

<div style="border:3px solid #25699d">
Div here</div>

This div border color is #25699d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,105,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25699d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25699d;
  -webkit-box-shadow: 1px 1px 3px 2px #25699d;
  box-shadow:         1px 1px 3px 2px #25699d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25699d


Comments

No comments written yet.

Please login to write comment.