Color Hex Logo

#25829d Color Hex

#25829D
(37,130,157)
0 Favorites   0 Comments

Color spaces of #25829d

RGB 37130157
HSL0.540.620.38
HSV194°76°62°
CMYK 0.760.170.00   0.38
XYZ14.831418.792934.7440
Yxy18.79290.21690.2749
Hunter Lab43.3508-14.7945-17.1731
CIE-Lab50.4440-17.2114-22.1103

#25829d color RGB value is (37,130,157).

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

The process color (four color CMYK) of #25829d color hex is 0.76, 0.17, 0.00, 0.38. Web safe color of #25829d is #339999. Color #25829d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000010 10011101
Octal 45 202 235
Decimal 37 130 157
Hex 25 82 9D

RGB Percentages of Color #25829d

%11.42
%40.12
%48.46

CMYK Percentages of Color #25829d

%76
%17
%0
%38

Triadic Colors of #25829d

#25829d #9d2582 #829d25

Analogous Colors of #25829d

#25829d #25469d #259d7c

Monochromatic Colors of #25829d

#25829d

Complementary Color

#25829d #9d4025

#25829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25829d Color CSS Codes

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

#25829d Text Font Color

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

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


#25829d Background Color

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

This div background color is #25829d


#25829d Border Color

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

This div border color is #25829d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25829d


Comments

No comments written yet.

Please login to write comment.