Color Hex Logo

#258baa Color Hex

#258BAA
(37,139,170)
0 Favorites   0 Comments

Color spaces of #258baa

RGB 37139170
HSL0.540.640.41
HSV194°78°67°
CMYK 0.780.180.00   0.33
XYZ17.251321.760841.3212
Yxy21.76080.21470.2709
Hunter Lab46.6485-15.6229-19.8651
CIE-Lab53.7723-17.6483-24.5026

#258baa color RGB value is (37,139,170).

#258baa hex color red value is 37, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #258baa hue: 0.54 , saturation: 0.64 and the lightness value of 258baa is 0.41.

The process color (four color CMYK) of #258baa color hex is 0.78, 0.18, 0.00, 0.33. Web safe color of #258baa is #339999. Color #258baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001011 10101010
Octal 45 213 252
Decimal 37 139 170
Hex 25 8B AA

RGB Percentages of Color #258baa

%10.69
%40.17
%49.13

CMYK Percentages of Color #258baa

%78
%18
%0
%33

Triadic Colors of #258baa

#258baa #aa258b #8baa25

Analogous Colors of #258baa

#258baa #2549aa #25aa87

Monochromatic Colors of #258baa

#258baa

Complementary Color

#258baa #aa4425

#258baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#258baa Color CSS Codes

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

#258baa Text Font Color

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

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


#258baa Background Color

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

This div background color is #258baa


#258baa Border Color

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

This div border color is #258baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258baa


Comments

No comments written yet.

Please login to write comment.