Color Hex Logo

#255257 Color Hex

#255257
(37,82,87)
0 Favorites   0 Comments

Color spaces of #255257

RGB 378287
HSL0.520.400.24
HSV186°57°34°
CMYK 0.570.060.00   0.66
XYZ5.50057.116010.1004
Yxy7.11600.24210.3132
Hunter Lab26.6758-9.8764-3.7762
CIE-Lab32.0695-13.7956-7.6578

#255257 color RGB value is (37,82,87).

#255257 hex color red value is 37, green value is 82 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #255257 hue: 0.52 , saturation: 0.40 and the lightness value of 255257 is 0.24.

The process color (four color CMYK) of #255257 color hex is 0.57, 0.06, 0.00, 0.66. Web safe color of #255257 is #336666. Color #255257 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010010 01010111
Octal 45 122 127
Decimal 37 82 87
Hex 25 52 57

RGB Percentages of Color #255257

%17.96
%39.81
%42.23

CMYK Percentages of Color #255257

%57
%6
%0
%66

Triadic Colors of #255257

#255257 #572552 #525725

Analogous Colors of #255257

#255257 #253957 #255743

Monochromatic Colors of #255257

#255257

Complementary Color

#255257 #572a25

#255257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255257 Color CSS Codes

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

#255257 Text Font Color

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

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


#255257 Background Color

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

This div background color is #255257


#255257 Border Color

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

This div border color is #255257


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,82,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255257; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255257;
  -webkit-box-shadow: 1px 1px 3px 2px #255257;
  box-shadow:         1px 1px 3px 2px #255257; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255257


Comments

No comments written yet.

Please login to write comment.