Color Hex Logo

#25685a Color Hex

#25685A
(37,104,90)
0 Favorites   0 Comments

Color spaces of #25685a

RGB 3710490
HSL0.470.480.28
HSV167°64°41°
CMYK 0.640.000.13   0.59
XYZ7.558711.032111.4039
Yxy11.03210.25200.3678
Hunter Lab33.2146-17.50402.8936
CIE-Lab39.6345-24.78681.6470

#25685a color RGB value is (37,104,90).

#25685a hex color red value is 37, green value is 104 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #25685a hue: 0.47 , saturation: 0.48 and the lightness value of 25685a is 0.28.

The process color (four color CMYK) of #25685a color hex is 0.64, 0.00, 0.13, 0.59. Web safe color of #25685a is #336666. Color #25685a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101000 01011010
Octal 45 150 132
Decimal 37 104 90
Hex 25 68 5A

RGB Percentages of Color #25685a

%16.02
%45.02
%38.96

CMYK Percentages of Color #25685a

%64
%0
%13
%59

Triadic Colors of #25685a

#25685a #5a2568 #685a25

Analogous Colors of #25685a

#25685a #255568 #256839

Monochromatic Colors of #25685a

#25685a

Complementary Color

#25685a #682533

#25685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25685a Color CSS Codes

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

#25685a Text Font Color

<p style="color:#25685a">Text here</p>

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


#25685a Background Color

<div style="background-color:#25685a">
Div content here</div>

This div background color is #25685a


#25685a Border Color

<div style="border:3px solid #25685a">
Div here</div>

This div border color is #25685a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,104,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25685a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25685a;
  -webkit-box-shadow: 1px 1px 3px 2px #25685a;
  box-shadow:         1px 1px 3px 2px #25685a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25685a


Comments

No comments written yet.

Please login to write comment.