Color Hex Logo

#257ada Color Hex

#257ADA
(37,122,218)
0 Favorites   0 Comments

Color spaces of #257ada

RGB 37122218
HSL0.590.710.50
HSV212°83°85°
CMYK 0.830.440.00   0.15
XYZ20.377419.374368.9953
Yxy19.37430.18740.1782
Hunter Lab44.01625.6085-62.1255
CIE-Lab51.12239.9340-56.0561

#257ada color RGB value is (37,122,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111010 11011010
Octal 45 172 332
Decimal 37 122 218
Hex 25 7A DA

RGB Percentages of Color #257ada

%9.81
%32.36
%57.82

CMYK Percentages of Color #257ada

%83
%44
%0
%15

Triadic Colors of #257ada

#257ada #da257a #7ada25

Analogous Colors of #257ada

#257ada #2b25da #25d5da

Monochromatic Colors of #257ada

#257ada

Complementary Color

#257ada #da8525

#257ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#257ada Color CSS Codes

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

#257ada Text Font Color

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

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


#257ada Background Color

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

This div background color is #257ada


#257ada Border Color

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

This div border color is #257ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257ada


Comments

No comments written yet.

Please login to write comment.