Color Hex Logo

#25967d Color Hex

#25967D
(37,150,125)
0 Favorites   0 Comments

Color spaces of #25967d

RGB 37150125
HSL0.460.600.37
HSV167°75°59°
CMYK 0.750.000.17   0.41
XYZ15.371023.686723.1639
Yxy23.68670.24700.3807
Hunter Lab48.6690-28.79555.8493
CIE-Lab55.7727-36.95434.3526

#25967d color RGB value is (37,150,125).

#25967d hex color red value is 37, green value is 150 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #25967d hue: 0.46 , saturation: 0.60 and the lightness value of 25967d is 0.37.

The process color (four color CMYK) of #25967d color hex is 0.75, 0.00, 0.17, 0.41. Web safe color of #25967d is #339966. Color #25967d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010110 01111101
Octal 45 226 175
Decimal 37 150 125
Hex 25 96 7D

RGB Percentages of Color #25967d

%11.86
%48.08
%40.06

CMYK Percentages of Color #25967d

%75
%0
%17
%41

Triadic Colors of #25967d

#25967d #7d2596 #967d25

Analogous Colors of #25967d

#25967d #257796 #259645

Monochromatic Colors of #25967d

#25967d

Complementary Color

#25967d #96253e

#25967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25967d Color CSS Codes

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

#25967d Text Font Color

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

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


#25967d Background Color

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

This div background color is #25967d


#25967d Border Color

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

This div border color is #25967d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25967d


Comments

No comments written yet.

Please login to write comment.