Color Hex Logo

#258096 Color Hex

#258096
(37,128,150)
0 Favorites   0 Comments

Color spaces of #258096

RGB 37128150
HSL0.530.600.37
HSV192°75°59°
CMYK 0.750.150.00   0.41
XYZ13.987118.033731.5978
Yxy18.03370.21990.2835
Hunter Lab42.4661-15.5230-14.3897
CIE-Lab49.5370-18.5097-19.4177

#258096 color RGB value is (37,128,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000000 10010110
Octal 45 200 226
Decimal 37 128 150
Hex 25 80 96

RGB Percentages of Color #258096

%11.75
%40.63
%47.62

CMYK Percentages of Color #258096

%75
%15
%0
%41

Triadic Colors of #258096

#258096 #962580 #809625

Analogous Colors of #258096

#258096 #254896 #259674

Monochromatic Colors of #258096

#258096

Complementary Color

#258096 #963b25

#258096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#258096 Color CSS Codes

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

#258096 Text Font Color

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

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


#258096 Background Color

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

This div background color is #258096


#258096 Border Color

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

This div border color is #258096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258096

#258096 Color Palettes


Comments

No comments written yet.

Please login to write comment.