Color Hex Logo

#254dea Color Hex

#254DEA
(37,77,234)
0 Favorites   0 Comments

Color spaces of #254dea

RGB 3777234
HSL0.630.820.53
HSV228°84°92°
CMYK 0.840.670.00   0.08
XYZ18.268111.641679.1261
Yxy11.64160.16750.1068
Hunter Lab34.119835.8612-113.6137
CIE-Lab40.640744.4093-82.1547

#254dea color RGB value is (37,77,234).

#254dea hex color red value is 37, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #254dea hue: 0.63 , saturation: 0.82 and the lightness value of 254dea is 0.53.

The process color (four color CMYK) of #254dea color hex is 0.84, 0.67, 0.00, 0.08. Web safe color of #254dea is #3366ff. Color #254dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 11101010
Octal 45 115 352
Decimal 37 77 234
Hex 25 4D EA

RGB Percentages of Color #254dea

%10.63
%22.13
%67.24

CMYK Percentages of Color #254dea

%84
%67
%0
%8

Triadic Colors of #254dea

#254dea #ea254d #4dea25

Analogous Colors of #254dea

#254dea #5f25ea #25b0ea

Monochromatic Colors of #254dea

#254dea

Complementary Color

#254dea #eac225

#254dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#254dea Color CSS Codes

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

#254dea Text Font Color

<p style="color:#254dea">Text here</p>

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


#254dea Background Color

<div style="background-color:#254dea">
Div content here</div>

This div background color is #254dea


#254dea Border Color

<div style="border:3px solid #254dea">
Div here</div>

This div border color is #254dea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,77,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254dea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254dea;
  -webkit-box-shadow: 1px 1px 3px 2px #254dea;
  box-shadow:         1px 1px 3px 2px #254dea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254dea


Comments

No comments written yet.

Please login to write comment.