Color Hex Logo

#254e94 Color Hex

#254E94
(37,78,148)
0 Favorites   0 Comments

Color spaces of #254e94

RGB 3778148
HSL0.610.600.36
HSV218°75°58°
CMYK 0.750.470.00   0.42
XYZ8.83267.980229.0918
Yxy7.98020.19240.1738
Hunter Lab28.24926.3748-41.2839
CIE-Lab33.941611.2093-42.7089

#254e94 color RGB value is (37,78,148).

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

The process color (four color CMYK) of #254e94 color hex is 0.75, 0.47, 0.00, 0.42. Web safe color of #254e94 is #336699. Color #254e94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 10010100
Octal 45 116 224
Decimal 37 78 148
Hex 25 4E 94

RGB Percentages of Color #254e94

%14.07
%29.66
%56.27

CMYK Percentages of Color #254e94

%75
%47
%0
%42

Triadic Colors of #254e94

#254e94 #94254e #4e9425

Analogous Colors of #254e94

#254e94 #332594 #258694

Monochromatic Colors of #254e94

#254e94

Complementary Color

#254e94 #946b25

#254e94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254e94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254e94 Color CSS Codes

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

#254e94 Text Font Color

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

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


#254e94 Background Color

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

This div background color is #254e94


#254e94 Border Color

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

This div border color is #254e94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254e94


Comments

No comments written yet.

Please login to write comment.