Color Hex Logo

#254cbb Color Hex

#254CBB
(37,76,187)
0 Favorites   0 Comments

Color spaces of #254cbb

RGB 3776187
HSL0.620.670.44
HSV224°80°73°
CMYK 0.800.590.00   0.27
XYZ12.31709.150148.1307
Yxy9.15010.17700.1315
Hunter Lab30.249119.7466-73.1645
CIE-Lab36.271727.7133-62.2293

#254cbb color RGB value is (37,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001100 10111011
Octal 45 114 273
Decimal 37 76 187
Hex 25 4C BB

RGB Percentages of Color #254cbb

%12.33
%25.33
%62.33

CMYK Percentages of Color #254cbb

%80
%59
%0
%27

Triadic Colors of #254cbb

#254cbb #bb254c #4cbb25

Analogous Colors of #254cbb

#254cbb #4925bb #2597bb

Monochromatic Colors of #254cbb

#254cbb

Complementary Color

#254cbb #bb9425

#254cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#254cbb Color CSS Codes

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

#254cbb Text Font Color

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

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


#254cbb Background Color

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

This div background color is #254cbb


#254cbb Border Color

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

This div border color is #254cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,76,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 #254cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254cbb


Comments

No comments written yet.

Please login to write comment.