Color Hex Logo

#25955f Color Hex

#25955F
(37,149,95)
0 Favorites   0 Comments

Color spaces of #25955f

RGB 3714995
HSL0.420.600.36
HSV151°75°58°
CMYK 0.750.000.36   0.42
XYZ13.576022.714414.4953
Yxy22.71440.26730.4473
Hunter Lab47.6596-32.558015.3292
CIE-Lab54.7769-43.707819.9073

#25955f color RGB value is (37,149,95).

#25955f hex color red value is 37, green value is 149 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #25955f hue: 0.42 , saturation: 0.60 and the lightness value of 25955f is 0.36.

The process color (four color CMYK) of #25955f color hex is 0.75, 0.00, 0.36, 0.42. Web safe color of #25955f is #339966. Color #25955f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010101 01011111
Octal 45 225 137
Decimal 37 149 95
Hex 25 95 5F

RGB Percentages of Color #25955f

%13.17
%53.02
%33.81

CMYK Percentages of Color #25955f

%75
%0
%36
%42

Triadic Colors of #25955f

#25955f #5f2595 #955f25

Analogous Colors of #25955f

#25955f #259395 #259527

Monochromatic Colors of #25955f

#25955f

Complementary Color

#25955f #95255b

#25955f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25955f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25955f Color CSS Codes

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

#25955f Text Font Color

<p style="color:#25955f">Text here</p>

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


#25955f Background Color

<div style="background-color:#25955f">
Div content here</div>

This div background color is #25955f


#25955f Border Color

<div style="border:3px solid #25955f">
Div here</div>

This div border color is #25955f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,149,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25955f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25955f;
  -webkit-box-shadow: 1px 1px 3px 2px #25955f;
  box-shadow:         1px 1px 3px 2px #25955f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25955f


Comments

No comments written yet.

Please login to write comment.