Color Hex Logo

#258996 Color Hex

#258996
(37,137,150)
0 Favorites   0 Comments

Color spaces of #258996

RGB 37137150
HSL0.520.600.37
HSV187°75°59°
CMYK 0.750.090.00   0.41
XYZ15.213620.486632.0066
Yxy20.48660.22470.3026
Hunter Lab45.2621-19.2109-10.2428
CIE-Lab52.3830-23.2762-15.0794

#258996 color RGB value is (37,137,150).

#258996 hex color red value is 37, green value is 137 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #258996 hue: 0.52 , saturation: 0.60 and the lightness value of 258996 is 0.37.

The process color (four color CMYK) of #258996 color hex is 0.75, 0.09, 0.00, 0.41. Web safe color of #258996 is #339999. Color #258996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001001 10010110
Octal 45 211 226
Decimal 37 137 150
Hex 25 89 96

RGB Percentages of Color #258996

%11.42
%42.28
%46.30

CMYK Percentages of Color #258996

%75
%9
%0
%41

Triadic Colors of #258996

#258996 #962589 #899625

Analogous Colors of #258996

#258996 #255196 #25966b

Monochromatic Colors of #258996

#258996

Complementary Color

#258996 #963225

#258996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#258996 Color CSS Codes

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

#258996 Text Font Color

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

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


#258996 Background Color

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

This div background color is #258996


#258996 Border Color

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

This div border color is #258996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258996


Comments

No comments written yet.

Please login to write comment.