Color Hex Logo

#254469 Color Hex

#254469
(37,68,105)
0 Favorites   0 Comments

Color spaces of #254469

RGB 3768105
HSL0.590.480.28
HSV213°65°41°
CMYK 0.650.350.00   0.59
XYZ5.37995.547514.1518
Yxy5.54750.21450.2212
Hunter Lab23.5531-0.4458-19.1370
CIE-Lab28.24091.2833-25.0314

#254469 color RGB value is (37,68,105).

#254469 hex color red value is 37, green value is 68 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #254469 hue: 0.59 , saturation: 0.48 and the lightness value of 254469 is 0.28.

The process color (four color CMYK) of #254469 color hex is 0.65, 0.35, 0.00, 0.59. Web safe color of #254469 is #333366. Color #254469 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000100 01101001
Octal 45 104 151
Decimal 37 68 105
Hex 25 44 69

RGB Percentages of Color #254469

%17.62
%32.38
%50.00

CMYK Percentages of Color #254469

%65
%35
%0
%59

Triadic Colors of #254469

#254469 #692544 #446925

Analogous Colors of #254469

#254469 #282569 #256669

Monochromatic Colors of #254469

#254469

Complementary Color

#254469 #694a25

#254469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254469 Color CSS Codes

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

#254469 Text Font Color

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

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


#254469 Background Color

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

This div background color is #254469


#254469 Border Color

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

This div border color is #254469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254469


Comments

No comments written yet.

Please login to write comment.