Color Hex Logo

#253fad Color Hex

#253FAD
(37,63,173)
0 Favorites   0 Comments

Color spaces of #253fad

RGB 3763173
HSL0.630.650.41
HSV229°79°68°
CMYK 0.790.640.00   0.32
XYZ10.08336.965540.3482
Yxy6.96550.17570.1214
Hunter Lab26.392222.0105-72.1674
CIE-Lab31.728230.9711-61.3640

#253fad color RGB value is (37,63,173).

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

The process color (four color CMYK) of #253fad color hex is 0.79, 0.64, 0.00, 0.32. Web safe color of #253fad is #333399. Color #253fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111111 10101101
Octal 45 77 255
Decimal 37 63 173
Hex 25 3F AD

RGB Percentages of Color #253fad

%13.55
%23.08
%63.37

CMYK Percentages of Color #253fad

%79
%64
%0
%32

Triadic Colors of #253fad

#253fad #ad253f #3fad25

Analogous Colors of #253fad

#253fad #4f25ad #2583ad

Monochromatic Colors of #253fad

#253fad

Complementary Color

#253fad #ad9325

#253fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#253fad Color CSS Codes

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

#253fad Text Font Color

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

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


#253fad Background Color

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

This div background color is #253fad


#253fad Border Color

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

This div border color is #253fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253fad


Comments

No comments written yet.

Please login to write comment.