Color Hex Logo

#257ede Color Hex

#257EDE
(37,126,222)
0 Favorites   0 Comments

Color spaces of #257ede

RGB 37126222
HSL0.590.740.51
HSV211°83°87°
CMYK 0.830.430.00   0.13
XYZ21.408620.589071.9530
Yxy20.58900.18790.1807
Hunter Lab45.37514.8123-62.2558
CIE-Lab52.49678.9747-56.1068

#257ede color RGB value is (37,126,222).

#257ede hex color red value is 37, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #257ede hue: 0.59 , saturation: 0.74 and the lightness value of 257ede is 0.51.

The process color (four color CMYK) of #257ede color hex is 0.83, 0.43, 0.00, 0.13. Web safe color of #257ede is #3366cc. Color #257ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111110 11011110
Octal 45 176 336
Decimal 37 126 222
Hex 25 7E DE

RGB Percentages of Color #257ede

%9.61
%32.73
%57.66

CMYK Percentages of Color #257ede

%83
%43
%0
%13

Triadic Colors of #257ede

#257ede #de257e #7ede25

Analogous Colors of #257ede

#257ede #2825de #25dbde

Monochromatic Colors of #257ede

#257ede

Complementary Color

#257ede #de8525

#257ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#257ede Color CSS Codes

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

#257ede Text Font Color

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

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


#257ede Background Color

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

This div background color is #257ede


#257ede Border Color

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

This div border color is #257ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257ede


Comments

No comments written yet.

Please login to write comment.