Color Hex Logo

#257fac Color Hex

#257FAC
(37,127,172)
0 Favorites   0 Comments

Color spaces of #257fac

RGB 37127172
HSL0.560.650.41
HSV200°78°67°
CMYK 0.780.260.00   0.33
XYZ15.798718.550641.7777
Yxy18.55060.20750.2437
Hunter Lab43.0704-9.8974-27.3612
CIE-Lab50.1572-10.2460-31.2668

#257fac color RGB value is (37,127,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111111 10101100
Octal 45 177 254
Decimal 37 127 172
Hex 25 7F AC

RGB Percentages of Color #257fac

%11.01
%37.80
%51.19

CMYK Percentages of Color #257fac

%78
%26
%0
%33

Triadic Colors of #257fac

#257fac #ac257f #7fac25

Analogous Colors of #257fac

#257fac #253cac #25ac96

Monochromatic Colors of #257fac

#257fac

Complementary Color

#257fac #ac5225

#257fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#257fac Color CSS Codes

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

#257fac Text Font Color

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

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


#257fac Background Color

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

This div background color is #257fac


#257fac Border Color

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

This div border color is #257fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257fac


Comments

No comments written yet.

Please login to write comment.