Color Hex Logo

#25948d Color Hex

#25948D
(37,148,141)
0 Favorites   0 Comments

Color spaces of #25948d

RGB 37148141
HSL0.490.600.36
HSV176°75°58°
CMYK 0.750.000.05   0.42
XYZ16.160623.496228.8828
Yxy23.49620.23580.3428
Hunter Lab48.4729-25.3166-1.3972
CIE-Lab55.5798-31.5358-5.0924

#25948d color RGB value is (37,148,141).

#25948d hex color red value is 37, green value is 148 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #25948d hue: 0.49 , saturation: 0.60 and the lightness value of 25948d is 0.36.

The process color (four color CMYK) of #25948d color hex is 0.75, 0.00, 0.05, 0.42. Web safe color of #25948d is #339999. Color #25948d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010100 10001101
Octal 45 224 215
Decimal 37 148 141
Hex 25 94 8D

RGB Percentages of Color #25948d

%11.35
%45.40
%43.25

CMYK Percentages of Color #25948d

%75
%0
%5
%42

Triadic Colors of #25948d

#25948d #8d2594 #948d25

Analogous Colors of #25948d

#25948d #256494 #259456

Monochromatic Colors of #25948d

#25948d

Complementary Color

#25948d #94252c

#25948d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25948d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25948d Color CSS Codes

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

#25948d Text Font Color

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

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


#25948d Background Color

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

This div background color is #25948d


#25948d Border Color

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

This div border color is #25948d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25948d


Comments

No comments written yet.

Please login to write comment.