Color Hex Logo

#254260 Color Hex

#254260
(37,66,96)
0 Favorites   0 Comments

Color spaces of #254260

RGB 376696
HSL0.580.440.26
HSV211°61°38°
CMYK 0.610.310.00   0.62
XYZ4.82255.134311.8032
Yxy5.13430.22160.2360
Hunter Lab22.6590-1.6632-15.0232
CIE-Lab27.1140-0.7328-21.0278

#254260 color RGB value is (37,66,96).

#254260 hex color red value is 37, green value is 66 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #254260 hue: 0.58 , saturation: 0.44 and the lightness value of 254260 is 0.26.

The process color (four color CMYK) of #254260 color hex is 0.61, 0.31, 0.00, 0.62. Web safe color of #254260 is #333366. Color #254260 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000010 01100000
Octal 45 102 140
Decimal 37 66 96
Hex 25 42 60

RGB Percentages of Color #254260

%18.59
%33.17
%48.24

CMYK Percentages of Color #254260

%61
%31
%0
%62

Triadic Colors of #254260

#254260 #602542 #426025

Analogous Colors of #254260

#254260 #262560 #256060

Monochromatic Colors of #254260

#254260

Complementary Color

#254260 #604325

#254260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254260 Color CSS Codes

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

#254260 Text Font Color

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

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


#254260 Background Color

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

This div background color is #254260


#254260 Border Color

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

This div border color is #254260


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,66,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254260; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254260;
  -webkit-box-shadow: 1px 1px 3px 2px #254260;
  box-shadow:         1px 1px 3px 2px #254260; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254260


Comments

No comments written yet.

Please login to write comment.