Color Hex Logo

#258080 Color Hex

#258080
(37,128,128)
0 Favorites   0 Comments

Color spaces of #258080

RGB 37128128
HSL0.500.550.32
HSV180°71°50°
CMYK 0.710.000.00   0.50
XYZ12.378417.390223.1263
Yxy17.39020.23400.3288
Hunter Lab41.7016-19.9930-3.6892
CIE-Lab48.7480-25.6440-7.6944

#258080 color RGB value is (37,128,128).

#258080 hex color red value is 37, green value is 128 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #258080 hue: 0.50 , saturation: 0.55 and the lightness value of 258080 is 0.32.

The process color (four color CMYK) of #258080 color hex is 0.71, 0.00, 0.00, 0.50. Web safe color of #258080 is #339999. Color #258080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000000 10000000
Octal 45 200 200
Decimal 37 128 128
Hex 25 80 80

RGB Percentages of Color #258080

%12.63
%43.69
%43.69

CMYK Percentages of Color #258080

%71
%0
%0
%50

Triadic Colors of #258080

#258080 #802580 #808025

Analogous Colors of #258080

#258080 #255380 #258053

Monochromatic Colors of #258080

#258080

Complementary Color

#258080 #802525

#258080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#258080 Color CSS Codes

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

#258080 Text Font Color

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

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


#258080 Background Color

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

This div background color is #258080


#258080 Border Color

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

This div border color is #258080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258080


Comments

No comments written yet.

Please login to write comment.