Color Hex Logo

#253fde Color Hex

#253FDE
(37,63,222)
0 Favorites   0 Comments

Color spaces of #253fde

RGB 3763222
HSL0.640.740.51
HSV232°83°87°
CMYK 0.830.720.00   0.13
XYZ15.72539.222370.0585
Yxy9.22230.16550.0971
Hunter Lab30.368239.2866-115.5223
CIE-Lab36.408848.5880-82.3020

#253fde color RGB value is (37,63,222).

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

The process color (four color CMYK) of #253fde color hex is 0.83, 0.72, 0.00, 0.13. Web safe color of #253fde is #3333cc. Color #253fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111111 11011110
Octal 45 77 336
Decimal 37 63 222
Hex 25 3F DE

RGB Percentages of Color #253fde

%11.49
%19.57
%68.94

CMYK Percentages of Color #253fde

%83
%72
%0
%13

Triadic Colors of #253fde

#253fde #de253f #3fde25

Analogous Colors of #253fde

#253fde #6825de #259cde

Monochromatic Colors of #253fde

#253fde

Complementary Color

#253fde #dec425

#253fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#253fde Color CSS Codes

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

#253fde Text Font Color

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

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


#253fde Background Color

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

This div background color is #253fde


#253fde Border Color

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

This div border color is #253fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253fde


Comments

No comments written yet.

Please login to write comment.