Color Hex Logo

#254c85 Color Hex

#254C85
(37,76,133)
0 Favorites   0 Comments

Color spaces of #254c85

RGB 3776133
HSL0.600.560.33
HSV216°72°52°
CMYK 0.720.430.00   0.48
XYZ7.58107.255723.1912
Yxy7.25570.19940.1908
Hunter Lab26.93643.0984-32.1909
CIE-Lab32.38216.6849-36.0230

#254c85 color RGB value is (37,76,133).

#254c85 hex color red value is 37, green value is 76 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #254c85 hue: 0.60 , saturation: 0.56 and the lightness value of 254c85 is 0.33.

The process color (four color CMYK) of #254c85 color hex is 0.72, 0.43, 0.00, 0.48. Web safe color of #254c85 is #333399. Color #254c85 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001100 10000101
Octal 45 114 205
Decimal 37 76 133
Hex 25 4C 85

RGB Percentages of Color #254c85

%15.04
%30.89
%54.07

CMYK Percentages of Color #254c85

%72
%43
%0
%48

Triadic Colors of #254c85

#254c85 #85254c #4c8525

Analogous Colors of #254c85

#254c85 #2e2585 #257c85

Monochromatic Colors of #254c85

#254c85

Complementary Color

#254c85 #855e25

#254c85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254c85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254c85 Color CSS Codes

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

#254c85 Text Font Color

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

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


#254c85 Background Color

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

This div background color is #254c85


#254c85 Border Color

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

This div border color is #254c85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254c85


Comments

No comments written yet.

Please login to write comment.