Color Hex Logo

#25917d Color Hex

#25917D
(37,145,125)
0 Favorites   0 Comments

Color spaces of #25917d

RGB 37145125
HSL0.470.590.36
HSV169°74°57°
CMYK 0.740.000.14   0.43
XYZ14.590022.124822.9036
Yxy22.12480.24470.3711
Hunter Lab47.0370-26.94744.0560
CIE-Lab54.1592-34.69342.0195

#25917d color RGB value is (37,145,125).

#25917d hex color red value is 37, green value is 145 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #25917d hue: 0.47 , saturation: 0.59 and the lightness value of 25917d is 0.36.

The process color (four color CMYK) of #25917d color hex is 0.74, 0.00, 0.14, 0.43. Web safe color of #25917d is #339966. Color #25917d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010001 01111101
Octal 45 221 175
Decimal 37 145 125
Hex 25 91 7D

RGB Percentages of Color #25917d

%12.05
%47.23
%40.72

CMYK Percentages of Color #25917d

%74
%0
%14
%43

Triadic Colors of #25917d

#25917d #7d2591 #917d25

Analogous Colors of #25917d

#25917d #256f91 #259147

Monochromatic Colors of #25917d

#25917d

Complementary Color

#25917d #912539

#25917d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25917d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25917d Color CSS Codes

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

#25917d Text Font Color

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

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


#25917d Background Color

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

This div background color is #25917d


#25917d Border Color

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

This div border color is #25917d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25917d


Comments

No comments written yet.

Please login to write comment.