Color Hex Logo

#254e89 Color Hex

#254E89
(37,78,137)
0 Favorites   0 Comments

Color spaces of #254e89

RGB 3778137
HSL0.600.570.34
HSV215°73°54°
CMYK 0.730.430.00   0.46
XYZ8.00277.648224.7214
Yxy7.64820.19820.1894
Hunter Lab27.65543.2560-33.6411
CIE-Lab33.23926.9093-37.1164

#254e89 color RGB value is (37,78,137).

#254e89 hex color red value is 37, green value is 78 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #254e89 hue: 0.60 , saturation: 0.57 and the lightness value of 254e89 is 0.34.

The process color (four color CMYK) of #254e89 color hex is 0.73, 0.43, 0.00, 0.46. Web safe color of #254e89 is #336699. Color #254e89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 10001001
Octal 45 116 211
Decimal 37 78 137
Hex 25 4E 89

RGB Percentages of Color #254e89

%14.68
%30.95
%54.37

CMYK Percentages of Color #254e89

%73
%43
%0
%46

Triadic Colors of #254e89

#254e89 #89254e #4e8925

Analogous Colors of #254e89

#254e89 #2e2589 #258089

Monochromatic Colors of #254e89

#254e89

Complementary Color

#254e89 #896025

#254e89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254e89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254e89 Color CSS Codes

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

#254e89 Text Font Color

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

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


#254e89 Background Color

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

This div background color is #254e89


#254e89 Border Color

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

This div border color is #254e89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254e89


Comments

No comments written yet.

Please login to write comment.