Color Hex Logo

#25555e Color Hex

#25555E
(37,85,94)
0 Favorites   0 Comments

Color spaces of #25555e

RGB 378594
HSL0.530.440.26
HSV189°61°37°
CMYK 0.610.100.00   0.63
XYZ6.03187.698511.7577
Yxy7.69850.23670.3020
Hunter Lab27.7462-9.7513-5.7024
CIE-Lab33.3469-13.2650-10.1587

#25555e color RGB value is (37,85,94).

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

The process color (four color CMYK) of #25555e color hex is 0.61, 0.10, 0.00, 0.63. Web safe color of #25555e is #336666. Color #25555e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010101 01011110
Octal 45 125 136
Decimal 37 85 94
Hex 25 55 5E

RGB Percentages of Color #25555e

%17.13
%39.35
%43.52

CMYK Percentages of Color #25555e

%61
%10
%0
%63

Triadic Colors of #25555e

#25555e #5e2555 #555e25

Analogous Colors of #25555e

#25555e #25385e #255e4b

Monochromatic Colors of #25555e

#25555e

Complementary Color

#25555e #5e2e25

#25555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25555e Color CSS Codes

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

#25555e Text Font Color

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

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


#25555e Background Color

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

This div background color is #25555e


#25555e Border Color

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

This div border color is #25555e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,85,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 #25555e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25555e


Comments

No comments written yet.

Please login to write comment.