Color Hex Logo

#257cac Color Hex

#257CAC
(37,124,172)
0 Favorites   0 Comments

Color spaces of #257cac

RGB 37124172
HSL0.560.650.41
HSV201°78°67°
CMYK 0.780.280.00   0.33
XYZ15.417017.787241.6504
Yxy17.78720.20600.2376
Hunter Lab42.1749-8.5555-29.0303
CIE-Lab49.2370-8.5115-32.7056

#257cac color RGB value is (37,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111100 10101100
Octal 45 174 254
Decimal 37 124 172
Hex 25 7C AC

RGB Percentages of Color #257cac

%11.11
%37.24
%51.65

CMYK Percentages of Color #257cac

%78
%28
%0
%33

Triadic Colors of #257cac

#257cac #ac257c #7cac25

Analogous Colors of #257cac

#257cac #2539ac #25ac99

Monochromatic Colors of #257cac

#257cac

Complementary Color

#257cac #ac5525

#257cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#257cac Color CSS Codes

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

#257cac Text Font Color

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

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


#257cac Background Color

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

This div background color is #257cac


#257cac Border Color

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

This div border color is #257cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257cac


Comments

No comments written yet.

Please login to write comment.