Color Hex Logo

#254362 Color Hex

#254362
(37,67,98)
0 Favorites   0 Comments

Color spaces of #254362

RGB 376798
HSL0.580.450.26
HSV210°62°38°
CMYK 0.620.320.00   0.62
XYZ4.97475.289512.3140
Yxy5.28950.22030.2343
Hunter Lab22.9989-1.6383-15.6456
CIE-Lab27.5441-0.6595-21.6425

#254362 color RGB value is (37,67,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000011 01100010
Octal 45 103 142
Decimal 37 67 98
Hex 25 43 62

RGB Percentages of Color #254362

%18.32
%33.17
%48.51

CMYK Percentages of Color #254362

%62
%32
%0
%62

Triadic Colors of #254362

#254362 #622543 #436225

Analogous Colors of #254362

#254362 #252562 #256262

Monochromatic Colors of #254362

#254362

Complementary Color

#254362 #624425

#254362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254362 Color CSS Codes

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

#254362 Text Font Color

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

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


#254362 Background Color

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

This div background color is #254362


#254362 Border Color

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

This div border color is #254362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254362


Comments

No comments written yet.

Please login to write comment.