Color Hex Logo

#258eaa Color Hex

#258EAA
(37,142,170)
0 Favorites   0 Comments

Color spaces of #258eaa

RGB 37142170
HSL0.540.640.41
HSV193°78°67°
CMYK 0.780.160.00   0.33
XYZ17.691622.641641.4680
Yxy22.64160.21630.2768
Hunter Lab47.5832-16.9036-18.3621
CIE-Lab54.7012-19.2642-23.0723

#258eaa color RGB value is (37,142,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001110 10101010
Octal 45 216 252
Decimal 37 142 170
Hex 25 8E AA

RGB Percentages of Color #258eaa

%10.60
%40.69
%48.71

CMYK Percentages of Color #258eaa

%78
%16
%0
%33

Triadic Colors of #258eaa

#258eaa #aa258e #8eaa25

Analogous Colors of #258eaa

#258eaa #254caa #25aa84

Monochromatic Colors of #258eaa

#258eaa

Complementary Color

#258eaa #aa4125

#258eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#258eaa Color CSS Codes

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

#258eaa Text Font Color

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

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


#258eaa Background Color

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

This div background color is #258eaa


#258eaa Border Color

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

This div border color is #258eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258eaa


Comments

No comments written yet.

Please login to write comment.