Color Hex Logo

#254ebb Color Hex

#254EBB
(37,78,187)
0 Favorites   0 Comments

Color spaces of #254ebb

RGB 3778187
HSL0.620.670.44
HSV224°80°73°
CMYK 0.800.580.00   0.27
XYZ12.45709.429948.1773
Yxy9.42990.17780.1346
Hunter Lab30.708118.6707-71.5230
CIE-Lab36.799226.3948-61.3690

#254ebb color RGB value is (37,78,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 10111011
Octal 45 116 273
Decimal 37 78 187
Hex 25 4E BB

RGB Percentages of Color #254ebb

%12.25
%25.83
%61.92

CMYK Percentages of Color #254ebb

%80
%58
%0
%27

Triadic Colors of #254ebb

#254ebb #bb254e #4ebb25

Analogous Colors of #254ebb

#254ebb #4725bb #2599bb

Monochromatic Colors of #254ebb

#254ebb

Complementary Color

#254ebb #bb9225

#254ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#254ebb Color CSS Codes

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

#254ebb Text Font Color

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

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


#254ebb Background Color

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

This div background color is #254ebb


#254ebb Border Color

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

This div border color is #254ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254ebb


Comments

No comments written yet.

Please login to write comment.