Color Hex Logo

#25595c Color Hex

#25595C
(37,89,92)
0 Favorites   0 Comments

Color spaces of #25595c

RGB 378992
HSL0.510.430.25
HSV183°60°36°
CMYK 0.600.030.00   0.64
XYZ6.26718.310811.3990
Yxy8.31080.24130.3199
Hunter Lab28.8285-11.6452-3.2638
CIE-Lab34.6220-16.2006-6.9818

#25595c color RGB value is (37,89,92).

#25595c hex color red value is 37, green value is 89 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #25595c hue: 0.51 , saturation: 0.43 and the lightness value of 25595c is 0.25.

The process color (four color CMYK) of #25595c color hex is 0.60, 0.03, 0.00, 0.64. Web safe color of #25595c is #336666. Color #25595c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 01011100
Octal 45 131 134
Decimal 37 89 92
Hex 25 59 5C

RGB Percentages of Color #25595c

%16.97
%40.83
%42.20

CMYK Percentages of Color #25595c

%60
%3
%0
%64

Triadic Colors of #25595c

#25595c #5c2559 #595c25

Analogous Colors of #25595c

#25595c #253e5c #255c44

Monochromatic Colors of #25595c

#25595c

Complementary Color

#25595c #5c2825

#25595c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25595c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25595c Color CSS Codes

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

#25595c Text Font Color

<p style="color:#25595c">Text here</p>

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


#25595c Background Color

<div style="background-color:#25595c">
Div content here</div>

This div background color is #25595c


#25595c Border Color

<div style="border:3px solid #25595c">
Div here</div>

This div border color is #25595c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,89,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25595c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25595c;
  -webkit-box-shadow: 1px 1px 3px 2px #25595c;
  box-shadow:         1px 1px 3px 2px #25595c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25595c


Comments

No comments written yet.

Please login to write comment.