Color Hex Logo

#257ebe Color Hex

#257EBE
(37,126,190)
0 Favorites   0 Comments

Color spaces of #257ebe

RGB 37126190
HSL0.570.670.45
HSV205°81°75°
CMYK 0.810.340.00   0.25
XYZ17.518119.032751.4656
Yxy19.03270.19900.2162
Hunter Lab43.6265-4.6701-39.4051
CIE-Lab50.7254-3.0634-40.7495

#257ebe color RGB value is (37,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111110 10111110
Octal 45 176 276
Decimal 37 126 190
Hex 25 7E BE

RGB Percentages of Color #257ebe

%10.48
%35.69
%53.82

CMYK Percentages of Color #257ebe

%81
%34
%0
%25

Triadic Colors of #257ebe

#257ebe #be257e #7ebe25

Analogous Colors of #257ebe

#257ebe #2532be #25beb2

Monochromatic Colors of #257ebe

#257ebe

Complementary Color

#257ebe #be6525

#257ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#257ebe Color CSS Codes

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

#257ebe Text Font Color

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

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


#257ebe Background Color

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

This div background color is #257ebe


#257ebe Border Color

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

This div border color is #257ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257ebe


Comments

No comments written yet.

Please login to write comment.