Color Hex Logo

#25964b Color Hex

#25964B
(37,150,75)
0 Favorites   0 Comments

Color spaces of #25964b

RGB 3715075
HSL0.390.600.37
HSV140°75°59°
CMYK 0.750.000.50   0.41
XYZ12.939322.714010.3589
Yxy22.71400.28120.4937
Hunter Lab47.6592-34.941520.4746
CIE-Lab54.7765-47.857530.7263

#25964b color RGB value is (37,150,75).

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

The process color (four color CMYK) of #25964b color hex is 0.75, 0.00, 0.50, 0.41. Web safe color of #25964b is #339933. Color #25964b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010110 01001011
Octal 45 226 113
Decimal 37 150 75
Hex 25 96 4B

RGB Percentages of Color #25964b

%14.12
%57.25
%28.63

CMYK Percentages of Color #25964b

%75
%0
%50
%41

Triadic Colors of #25964b

#25964b #4b2596 #964b25

Analogous Colors of #25964b

#25964b #259684 #389625

Monochromatic Colors of #25964b

#25964b

Complementary Color

#25964b #962570

#25964b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25964b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25964b Color CSS Codes

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

#25964b Text Font Color

<p style="color:#25964b">Text here</p>

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


#25964b Background Color

<div style="background-color:#25964b">
Div content here</div>

This div background color is #25964b


#25964b Border Color

<div style="border:3px solid #25964b">
Div here</div>

This div border color is #25964b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25964b


Comments

No comments written yet.

Please login to write comment.