Color Hex Logo

#254f9a Color Hex

#254F9A
(37,79,154)
0 Favorites   0 Comments

Color spaces of #254f9a

RGB 3779154
HSL0.610.610.37
HSV218°76°60°
CMYK 0.760.490.00   0.40
XYZ9.39178.318431.6825
Yxy8.31840.19010.1684
Hunter Lab28.84167.6521-44.9408
CIE-Lab34.637412.8915-45.2249

#254f9a color RGB value is (37,79,154).

#254f9a hex color red value is 37, green value is 79 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #254f9a hue: 0.61 , saturation: 0.61 and the lightness value of 254f9a is 0.37.

The process color (four color CMYK) of #254f9a color hex is 0.76, 0.49, 0.00, 0.40. Web safe color of #254f9a is #336699. Color #254f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001111 10011010
Octal 45 117 232
Decimal 37 79 154
Hex 25 4F 9A

RGB Percentages of Color #254f9a

%13.70
%29.26
%57.04

CMYK Percentages of Color #254f9a

%76
%49
%0
%40

Triadic Colors of #254f9a

#254f9a #9a254f #4f9a25

Analogous Colors of #254f9a

#254f9a #35259a #258a9a

Monochromatic Colors of #254f9a

#254f9a

Complementary Color

#254f9a #9a7025

#254f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#254f9a Color CSS Codes

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

#254f9a Text Font Color

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

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


#254f9a Background Color

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

This div background color is #254f9a


#254f9a Border Color

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

This div border color is #254f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254f9a


Comments

No comments written yet.

Please login to write comment.