Color Hex Logo

#254fbe Color Hex

#254FBE
(37,79,190)
0 Favorites   0 Comments

Color spaces of #254fbe

RGB 3779190
HSL0.620.670.45
HSV224°81°75°
CMYK 0.810.580.00   0.25
XYZ12.85329.703049.9106
Yxy9.70300.17740.1339
Hunter Lab31.149619.1422-73.1947
CIE-Lab37.304026.8832-62.3047

#254fbe color RGB value is (37,79,190).

#254fbe hex color red value is 37, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #254fbe hue: 0.62 , saturation: 0.67 and the lightness value of 254fbe is 0.45.

The process color (four color CMYK) of #254fbe color hex is 0.81, 0.58, 0.00, 0.25. Web safe color of #254fbe is #3366cc. Color #254fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001111 10111110
Octal 45 117 276
Decimal 37 79 190
Hex 25 4F BE

RGB Percentages of Color #254fbe

%12.09
%25.82
%62.09

CMYK Percentages of Color #254fbe

%81
%58
%0
%25

Triadic Colors of #254fbe

#254fbe #be254f #4fbe25

Analogous Colors of #254fbe

#254fbe #4725be #259cbe

Monochromatic Colors of #254fbe

#254fbe

Complementary Color

#254fbe #be9425

#254fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#254fbe Color CSS Codes

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

#254fbe Text Font Color

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

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


#254fbe Background Color

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

This div background color is #254fbe


#254fbe Border Color

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

This div border color is #254fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254fbe


Comments

No comments written yet.

Please login to write comment.