Color Hex Logo

#257eaf Color Hex

#257EAF
(37,126,175)
0 Favorites   0 Comments

Color spaces of #257eaf

RGB 37126175
HSL0.560.650.42
HSV201°79°69°
CMYK 0.790.280.00   0.31
XYZ15.961718.410243.2697
Yxy18.41020.20560.2371
Hunter Lab42.9071-8.6844-29.7561
CIE-Lab49.9899-8.5825-33.2651

#257eaf color RGB value is (37,126,175).

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

The process color (four color CMYK) of #257eaf color hex is 0.79, 0.28, 0.00, 0.31. Web safe color of #257eaf is #336699. Color #257eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111110 10101111
Octal 45 176 257
Decimal 37 126 175
Hex 25 7E AF

RGB Percentages of Color #257eaf

%10.95
%37.28
%51.78

CMYK Percentages of Color #257eaf

%79
%28
%0
%31

Triadic Colors of #257eaf

#257eaf #af257e #7eaf25

Analogous Colors of #257eaf

#257eaf #2539af #25af9b

Monochromatic Colors of #257eaf

#257eaf

Complementary Color

#257eaf #af5625

#257eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#257eaf Color CSS Codes

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

#257eaf Text Font Color

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

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


#257eaf Background Color

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

This div background color is #257eaf


#257eaf Border Color

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

This div border color is #257eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257eaf


Comments

No comments written yet.

Please login to write comment.