Color Hex Logo

#257ebf Color Hex

#257EBF
(37,126,191)
0 Favorites   0 Comments

Color spaces of #257ebf

RGB 37126191
HSL0.570.680.45
HSV205°81°75°
CMYK 0.810.340.00   0.25
XYZ17.627819.076652.0433
Yxy19.07660.19860.2150
Hunter Lab43.6768-4.3923-40.0736
CIE-Lab50.7767-2.6917-41.2419

#257ebf color RGB value is (37,126,191).

#257ebf hex color red value is 37, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #257ebf hue: 0.57 , saturation: 0.68 and the lightness value of 257ebf is 0.45.

The process color (four color CMYK) of #257ebf color hex is 0.81, 0.34, 0.00, 0.25. Web safe color of #257ebf is #3366cc. Color #257ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111110 10111111
Octal 45 176 277
Decimal 37 126 191
Hex 25 7E BF

RGB Percentages of Color #257ebf

%10.45
%35.59
%53.95

CMYK Percentages of Color #257ebf

%81
%34
%0
%25

Triadic Colors of #257ebf

#257ebf #bf257e #7ebf25

Analogous Colors of #257ebf

#257ebf #2531bf #25bfb3

Monochromatic Colors of #257ebf

#257ebf

Complementary Color

#257ebf #bf6625

#257ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#257ebf Color CSS Codes

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

#257ebf Text Font Color

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

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


#257ebf Background Color

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

This div background color is #257ebf


#257ebf Border Color

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

This div border color is #257ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257ebf


Comments

No comments written yet.

Please login to write comment.