Color Hex Logo

#254eda Color Hex

#254EDA
(37,78,218)
0 Favorites   0 Comments

Color spaces of #254eda

RGB 3778218
HSL0.630.710.50
HSV226°83°85°
CMYK 0.830.640.00   0.15
XYZ16.142210.904067.5836
Yxy10.90400.17060.1152
Hunter Lab33.021229.4714-98.2324
CIE-Lab39.418338.0206-75.0557

#254eda color RGB value is (37,78,218).

#254eda hex color red value is 37, green value is 78 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #254eda hue: 0.63 , saturation: 0.71 and the lightness value of 254eda is 0.50.

The process color (four color CMYK) of #254eda color hex is 0.83, 0.64, 0.00, 0.15. Web safe color of #254eda is #3366cc. Color #254eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 11011010
Octal 45 116 332
Decimal 37 78 218
Hex 25 4E DA

RGB Percentages of Color #254eda

%11.11
%23.42
%65.47

CMYK Percentages of Color #254eda

%83
%64
%0
%15

Triadic Colors of #254eda

#254eda #da254e #4eda25

Analogous Colors of #254eda

#254eda #5625da #25a9da

Monochromatic Colors of #254eda

#254eda

Complementary Color

#254eda #dab125

#254eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#254eda Color CSS Codes

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

#254eda Text Font Color

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

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


#254eda Background Color

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

This div background color is #254eda


#254eda Border Color

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

This div border color is #254eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254eda


Comments

No comments written yet.

Please login to write comment.