Color Hex Logo

#257cde Color Hex

#257CDE
(37,124,222)
0 Favorites   0 Comments

Color spaces of #257cde

RGB 37124222
HSL0.590.740.51
HSV212°83°87°
CMYK 0.830.440.00   0.13
XYZ21.155420.082571.8685
Yxy20.08250.18700.1776
Hunter Lab44.81355.8420-63.7154
CIE-Lab51.930410.2118-57.0151

#257cde color RGB value is (37,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111100 11011110
Octal 45 174 336
Decimal 37 124 222
Hex 25 7C DE

RGB Percentages of Color #257cde

%9.66
%32.38
%57.96

CMYK Percentages of Color #257cde

%83
%44
%0
%13

Triadic Colors of #257cde

#257cde #de257c #7cde25

Analogous Colors of #257cde

#257cde #2a25de #25d9de

Monochromatic Colors of #257cde

#257cde

Complementary Color

#257cde #de8725

#257cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#257cde Color CSS Codes

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

#257cde Text Font Color

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

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


#257cde Background Color

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

This div background color is #257cde


#257cde Border Color

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

This div border color is #257cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,124,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 #257cde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257cde


Comments

No comments written yet.

Please login to write comment.