Color Hex Logo

#25825e Color Hex

#25825E
(37,130,94)
0 Favorites   0 Comments

Color spaces of #25825e

RGB 3713094
HSL0.440.560.33
HSV157°72°51°
CMYK 0.720.000.28   0.49
XYZ10.766017.166713.3358
Yxy17.16670.26090.4160
Hunter Lab41.4327-26.12539.9194
CIE-Lab48.4694-35.963311.8312

#25825e color RGB value is (37,130,94).

#25825e hex color red value is 37, green value is 130 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #25825e hue: 0.44 , saturation: 0.56 and the lightness value of 25825e is 0.33.

The process color (four color CMYK) of #25825e color hex is 0.72, 0.00, 0.28, 0.49. Web safe color of #25825e is #339966. Color #25825e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000010 01011110
Octal 45 202 136
Decimal 37 130 94
Hex 25 82 5E

RGB Percentages of Color #25825e

%14.18
%49.81
%36.02

CMYK Percentages of Color #25825e

%72
%0
%28
%49

Triadic Colors of #25825e

#25825e #5e2582 #825e25

Analogous Colors of #25825e

#25825e #257882 #258230

Monochromatic Colors of #25825e

#25825e

Complementary Color

#25825e #822549

#25825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25825e Color CSS Codes

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

#25825e Text Font Color

<p style="color:#25825e">Text here</p>

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


#25825e Background Color

<div style="background-color:#25825e">
Div content here</div>

This div background color is #25825e


#25825e Border Color

<div style="border:3px solid #25825e">
Div here</div>

This div border color is #25825e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,130,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25825e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25825e;
  -webkit-box-shadow: 1px 1px 3px 2px #25825e;
  box-shadow:         1px 1px 3px 2px #25825e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25825e


Comments

No comments written yet.

Please login to write comment.