Color Hex Logo

#257cab Color Hex

#257CAB
(37,124,171)
0 Favorites   0 Comments

Color spaces of #257cab

RGB 37124171
HSL0.560.640.41
HSV201°78°67°
CMYK 0.780.270.00   0.33
XYZ15.321317.748941.1464
Yxy17.74890.20640.2392
Hunter Lab42.1294-8.8111-28.4159
CIE-Lab49.1901-8.8749-32.1984

#257cab color RGB value is (37,124,171).

#257cab hex color red value is 37, green value is 124 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #257cab hue: 0.56 , saturation: 0.64 and the lightness value of 257cab is 0.41.

The process color (four color CMYK) of #257cab color hex is 0.78, 0.27, 0.00, 0.33. Web safe color of #257cab is #336699. Color #257cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111100 10101011
Octal 45 174 253
Decimal 37 124 171
Hex 25 7C AB

RGB Percentages of Color #257cab

%11.14
%37.35
%51.51

CMYK Percentages of Color #257cab

%78
%27
%0
%33

Triadic Colors of #257cab

#257cab #ab257c #7cab25

Analogous Colors of #257cab

#257cab #2539ab #25ab97

Monochromatic Colors of #257cab

#257cab

Complementary Color

#257cab #ab5425

#257cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#257cab Color CSS Codes

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

#257cab Text Font Color

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

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


#257cab Background Color

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

This div background color is #257cab


#257cab Border Color

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

This div border color is #257cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,124,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #257cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #257cab;
  -webkit-box-shadow: 1px 1px 3px 2px #257cab;
  box-shadow:         1px 1px 3px 2px #257cab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257cab


Comments

No comments written yet.

Please login to write comment.