Color Hex Logo

#253fed Color Hex

#253FED
(37,63,237)
0 Favorites   0 Comments

Color spaces of #253fed

RGB 3763237
HSL0.650.850.54
HSV232°84°93°
CMYK 0.840.730.00   0.07
XYZ17.826510.062881.1235
Yxy10.06280.16350.0923
Hunter Lab31.721944.7968-129.4189
CIE-Lab37.954953.6421-88.2859

#253fed color RGB value is (37,63,237).

#253fed hex color red value is 37, green value is 63 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #253fed hue: 0.65 , saturation: 0.85 and the lightness value of 253fed is 0.54.

The process color (four color CMYK) of #253fed color hex is 0.84, 0.73, 0.00, 0.07. Web safe color of #253fed is #3333ff. Color #253fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111111 11101101
Octal 45 77 355
Decimal 37 63 237
Hex 25 3F ED

RGB Percentages of Color #253fed

%10.98
%18.69
%70.33

CMYK Percentages of Color #253fed

%84
%73
%0
%7

Triadic Colors of #253fed

#253fed #ed253f #3fed25

Analogous Colors of #253fed

#253fed #6f25ed #25a3ed

Monochromatic Colors of #253fed

#253fed

Complementary Color

#253fed #edd325

#253fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#253fed Color CSS Codes

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

#253fed Text Font Color

<p style="color:#253fed">Text here</p>

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


#253fed Background Color

<div style="background-color:#253fed">
Div content here</div>

This div background color is #253fed


#253fed Border Color

<div style="border:3px solid #253fed">
Div here</div>

This div border color is #253fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,63,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253fed;
  -webkit-box-shadow: 1px 1px 3px 2px #253fed;
  box-shadow:         1px 1px 3px 2px #253fed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253fed


Comments

No comments written yet.

Please login to write comment.