Color Hex Logo

#258499 Color Hex

#258499
(37,132,153)
0 Favorites   0 Comments

Color spaces of #258499

RGB 37132153
HSL0.530.610.37
HSV191°76°60°
CMYK 0.760.140.00   0.40
XYZ14.764019.195833.0640
Yxy19.19580.22030.2864
Hunter Lab43.8130-16.5223-14.0748
CIE-Lab50.9155-19.6520-19.0581

#258499 color RGB value is (37,132,153).

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

The process color (four color CMYK) of #258499 color hex is 0.76, 0.14, 0.00, 0.40. Web safe color of #258499 is #339999. Color #258499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000100 10011001
Octal 45 204 231
Decimal 37 132 153
Hex 25 84 99

RGB Percentages of Color #258499

%11.49
%40.99
%47.52

CMYK Percentages of Color #258499

%76
%14
%0
%40

Triadic Colors of #258499

#258499 #992584 #849925

Analogous Colors of #258499

#258499 #254a99 #259974

Monochromatic Colors of #258499

#258499

Complementary Color

#258499 #993a25

#258499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#258499 Color CSS Codes

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

#258499 Text Font Color

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

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


#258499 Background Color

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

This div background color is #258499


#258499 Border Color

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

This div border color is #258499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258499


Comments

No comments written yet.

Please login to write comment.