Color Hex Logo

#253fac Color Hex

#253FAC
(37,63,172)
0 Favorites   0 Comments

Color spaces of #253fac

RGB 3763172
HSL0.630.650.41
HSV228°78°67°
CMYK 0.780.630.00   0.33
XYZ9.98696.926939.8404
Yxy6.92690.17600.1221
Hunter Lab26.319021.6746-71.3269
CIE-Lab31.639930.5951-60.9111

#253fac color RGB value is (37,63,172).

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

The process color (four color CMYK) of #253fac color hex is 0.78, 0.63, 0.00, 0.33. Web safe color of #253fac is #333399. Color #253fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111111 10101100
Octal 45 77 254
Decimal 37 63 172
Hex 25 3F AC

RGB Percentages of Color #253fac

%13.60
%23.16
%63.24

CMYK Percentages of Color #253fac

%78
%63
%0
%33

Triadic Colors of #253fac

#253fac #ac253f #3fac25

Analogous Colors of #253fac

#253fac #4e25ac #2583ac

Monochromatic Colors of #253fac

#253fac

Complementary Color

#253fac #ac9225

#253fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#253fac Color CSS Codes

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

#253fac Text Font Color

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

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


#253fac Background Color

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

This div background color is #253fac


#253fac Border Color

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

This div border color is #253fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253fac


Comments

No comments written yet.

Please login to write comment.