Color Hex Logo

#257efe Color Hex

#257EFE
(37,126,254)
0 Favorites   0 Comments

Color spaces of #257efe

RGB 37126254
HSL0.600.990.57
HSV215°85°100°
CMYK 0.850.500.00   0.00
XYZ26.113222.470896.7269
Yxy22.47080.17970.1546
Hunter Lab47.403415.3748-87.7993
CIE-Lab54.523021.0668-70.6701

#257efe color RGB value is (37,126,254).

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

The process color (four color CMYK) of #257efe color hex is 0.85, 0.50, 0.00, 0.00. Web safe color of #257efe is #3366ff. Color #257efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111110 11111110
Octal 45 176 376
Decimal 37 126 254
Hex 25 7E FE

RGB Percentages of Color #257efe

%8.87
%30.22
%60.91

CMYK Percentages of Color #257efe

%85
%50
%0
%0

Triadic Colors of #257efe

#257efe #fe257e #7efe25

Analogous Colors of #257efe

#257efe #3925fe #25ebfe

Monochromatic Colors of #257efe

#257efe

Complementary Color

#257efe #fea525

#257efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#257efe Color CSS Codes

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

#257efe Text Font Color

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

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


#257efe Background Color

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

This div background color is #257efe


#257efe Border Color

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

This div border color is #257efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257efe


Comments

No comments written yet.

Please login to write comment.