Color Hex Logo

#254dba Color Hex

#254DBA
(37,77,186)
0 Favorites   0 Comments

Color spaces of #254dba

RGB 3777186
HSL0.620.670.44
HSV224°80°73°
CMYK 0.800.590.00   0.27
XYZ12.27989.246247.5919
Yxy9.24620.17770.1338
Hunter Lab30.407618.8723-71.5115
CIE-Lab36.454126.6723-61.3442

#254dba color RGB value is (37,77,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 10111010
Octal 45 115 272
Decimal 37 77 186
Hex 25 4D BA

RGB Percentages of Color #254dba

%12.33
%25.67
%62.00

CMYK Percentages of Color #254dba

%80
%59
%0
%27

Triadic Colors of #254dba

#254dba #ba254d #4dba25

Analogous Colors of #254dba

#254dba #4725ba #2598ba

Monochromatic Colors of #254dba

#254dba

Complementary Color

#254dba #ba9225

#254dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#254dba Color CSS Codes

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

#254dba Text Font Color

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

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


#254dba Background Color

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

This div background color is #254dba


#254dba Border Color

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

This div border color is #254dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254dba


Comments

No comments written yet.

Please login to write comment.