Color Hex Logo

#258580 Color Hex

#258580
(37,133,128)
0 Favorites   0 Comments

Color spaces of #258580

RGB 37133128
HSL0.490.560.33
HSV177°72°52°
CMYK 0.720.000.04   0.48
XYZ13.046818.726923.3491
Yxy18.72690.23670.3397
Hunter Lab43.2746-21.9148-1.6981
CIE-Lab50.3661-28.1369-5.2864

#258580 color RGB value is (37,133,128).

#258580 hex color red value is 37, green value is 133 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #258580 hue: 0.49 , saturation: 0.56 and the lightness value of 258580 is 0.33.

The process color (four color CMYK) of #258580 color hex is 0.72, 0.00, 0.04, 0.48. Web safe color of #258580 is #339999. Color #258580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000101 10000000
Octal 45 205 200
Decimal 37 133 128
Hex 25 85 80

RGB Percentages of Color #258580

%12.42
%44.63
%42.95

CMYK Percentages of Color #258580

%72
%0
%4
%48

Triadic Colors of #258580

#258580 #802585 #858025

Analogous Colors of #258580

#258580 #255a85 #258550

Monochromatic Colors of #258580

#258580

Complementary Color

#258580 #85252a

#258580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#258580 Color CSS Codes

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

#258580 Text Font Color

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

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


#258580 Background Color

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

This div background color is #258580


#258580 Border Color

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

This div border color is #258580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258580


Comments

No comments written yet.

Please login to write comment.