Color Hex Logo

#253aef Color Hex

#253AEF
(37,58,239)
0 Favorites   0 Comments

Color spaces of #253aef

RGB 3758239
HSL0.650.860.54
HSV234°85°94°
CMYK 0.850.760.00   0.06
XYZ17.85609.651482.5832
Yxy9.65140.16220.0877
Hunter Lab31.066748.2285-135.8612
CIE-Lab37.209457.0134-90.6523

#253aef color RGB value is (37,58,239).

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

The process color (four color CMYK) of #253aef color hex is 0.85, 0.76, 0.00, 0.06. Web safe color of #253aef is #3333ff. Color #253aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111010 11101111
Octal 45 72 357
Decimal 37 58 239
Hex 25 3A EF

RGB Percentages of Color #253aef

%11.08
%17.37
%71.56

CMYK Percentages of Color #253aef

%85
%76
%0
%6

Triadic Colors of #253aef

#253aef #ef253a #3aef25

Analogous Colors of #253aef

#253aef #7525ef #259fef

Monochromatic Colors of #253aef

#253aef

Complementary Color

#253aef #efda25

#253aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#253aef Color CSS Codes

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

#253aef Text Font Color

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

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


#253aef Background Color

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

This div background color is #253aef


#253aef Border Color

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

This div border color is #253aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253aef


Comments

No comments written yet.

Please login to write comment.