Color Hex Logo

#257edc Color Hex

#257EDC
(37,126,220)
0 Favorites   0 Comments

Color spaces of #257edc

RGB 37126220
HSL0.590.720.50
HSV211°83°86°
CMYK 0.830.430.00   0.14
XYZ21.142120.482370.5493
Yxy20.48230.18850.1826
Hunter Lab45.25744.1863-60.7438
CIE-Lab52.37828.2180-55.1709

#257edc color RGB value is (37,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111110 11011100
Octal 45 176 334
Decimal 37 126 220
Hex 25 7E DC

RGB Percentages of Color #257edc

%9.66
%32.90
%57.44

CMYK Percentages of Color #257edc

%83
%43
%0
%14

Triadic Colors of #257edc

#257edc #dc257e #7edc25

Analogous Colors of #257edc

#257edc #2725dc #25dadc

Monochromatic Colors of #257edc

#257edc

Complementary Color

#257edc #dc8325

#257edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#257edc Color CSS Codes

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

#257edc Text Font Color

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

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


#257edc Background Color

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

This div background color is #257edc


#257edc Border Color

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

This div border color is #257edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257edc


Comments

No comments written yet.

Please login to write comment.